0.4.0
add Ast::tokens and Ast::flatten + tests Ast::tokens is yet another casting method and returns an array of all tokens within the ast. Nested Ast still produces a flat array of tokens. Ast::flatten behaves the same as Ast::tokens except it returns an Ast instance