Home | Download | ANTLRWorks | Wiki | About ANTLR | Feedback | Support | Bugs | v2


Latest version is 3.0.1
Download now! »

Download
» Home
» Download
» ANTLRWorks
» News
»Using ANTLR
» Documentation
» FAQ
» Articles
» Grammars
» File Sharing
» Runtime API
» Tech Support
» Bug Tracking
»About ANTLR
» What is ANTLR
» Why use ANTLR
» Showcase
» Testimonials
» Getting Started
» Software License
» ANTLR WebLogs
» ANTLR Workshops
»StringTemplate
»ANTLR v2
»Feedback
»Credits
»Contact


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 ;)

Search



Menu Grammar

Menu Grammar

This menu gives access to operations on the grammar.

  • Show Decision DFA: show the DFA of the nearest decision point (going backward from the caret position).
  • Show Rule Dependency Graph: show the dependency graph of the current rule.
  • Show Tokens Syntax Diagram: show the tokens syntax diagram.
  • Show Tokens DFA: show the tokens DFA.
  • Insert Rule From Template: insert a rule from the default template. This feature cannot be currently customized.
  • Rules
    • Group: group the selected rules (from the rules list)
    • Ungroup: ungroup the selected group of rules (from the rules list)
    • Ignore in Interpreter: mark the selected rule to be ignored by the interpreter.
  • Check Grammar: 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.