ANTLR Section Index | Page 10

All I know is that I need to build a parser or translator. Give me an overview of what ANTLR does and how I need to approach building things with ANTLR.

Can I compile ANTLR to a binary executable (with GCJ?)?

How do I build a list of nodes with no root?

If you change a rule action to do manual tree building, don't forget to put the '!' on that alternative to turn off the automatic tree building--the results can be quite confusing.

What is ANTLR?

You can use ## as shorthand for the current rule subtree node in a tree walker. In PCCTS this was #0.

About | Sitemap | Contact