Skip to content

0.4.0

Compare
Choose a tag to compare
@marcioAlmada marcioAlmada released this 24 Oct 13:36
· 87 commits to master since this release
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