Skip to content

Releases: datacamp/antlr-ast

Add helper functionality and documentation

05 Sep 09:11
Compare
Choose a tag to compare

Speaker class for human friendly node labels

08 May 18:05
Compare
Choose a tag to compare

_bind_to_visitor AST method

18 Apr 13:43
Compare
Choose a tag to compare

Allows AST classes to create visitors that map to class constructors, so information about how to build a node can be centralized on the AST class object, rather than split between it and the visitor class.

AstNode class, with _from_fields method

13 Apr 21:14
Compare
Choose a tag to compare
Merge pull request #1 from datacamp/travis

Travis