Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
Menu Grammar
Menu Grammar
This menu gives access to operations on the grammar.
- : show the DFA of the nearest decision point (going backward from the caret position).
- : show the dependency graph of the current rule.
- : show the tokens syntax diagram.
- : show the tokens DFA.
- : insert a rule from the default template. This feature cannot be currently customized.
-
- : group the selected rules (from the rules list)
- : ungroup the selected group of rules (from the rules list)
- : mark the selected rule to be ignored by the interpreter.
- : check the grammar by running ANTLR. Any error is reported in the Console and each rule containing an error is displayed in red in the rules list.
|