|
Parser Generators
Example 4 shows the results when the generated parser is used. (The nonterminal Expression has been abbreviated Expr. ) The tokens have been parsed, producing a parse tree. As with the generated scanner, the output is produced only during the debugging of the generated compiler pieces.
|