I am new to ANTLR and trying to find some documentation/examples about generating custom tree using NON-ANTLR AST node.
I have one blog http://www.bearcave.com/software/antlr/src/mytree_expr.html discussing about it in limited fashion. What I want to do is basically to be able to work with the Semantic Action and to pass down and return results on each rule so that I can build tree node while I am parsing. Appreciate for pointer where should I start with the documentation. Henry
_______________________________________________ antlr-dev mailing list [email protected] http://www.antlr.org/mailman/listinfo/antlr-dev
