Skip to content

v0.5.0

Compare
Choose a tag to compare
@DiscreteTom DiscreteTom released this 20 Feb 14:27
· 1397 commits to main since this release

Highlight Features

  • Add ASTNode.traverse and DefinitionContext.traverser to make it super easy to invoke a top-down traverse after the AST is built.
  • Add ASTNode.$ to query children by its type name or literal value.