Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To make it create a parse tree, all we have to do is set a flag in the parser and then ask for the rule context object. The rule context object is actually a note noe in the parse tree, implementing interface ParseTree:

...