Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
tools:pgen [2025/10/08 14:50] – [Parser Generator] rajit | tools:pgen [2025/10/08 14:51] (current) – [Parser Generator] rajit | ||
---|---|---|---|
Line 38: | Line 38: | ||
The rest of the file specifies the BNF and the actions to be performed on parse tree traversal. The BNF itself is quite simple. Note that '' | The rest of the file specifies the BNF and the actions to be performed on parse tree traversal. The BNF itself is quite simple. Note that '' | ||
- | [[:basebnf|base BNF items]]. | + | [[basebnf|base BNF items]]. |
Note also how the code uses the label '' | Note also how the code uses the label '' | ||