Lines Matching refs:ANTLR
1 ANTLR 3 for Ruby
8 Fully-featured ANTLR 3 parser generation for Ruby.
10 ANTLR (ANother Tool for Language Recognition) is a tool that is used to generate
14 taking in a grammar specification written in the special ANTLR metalanguage and
19 ANTLR language target, a developer may supply a set of templates written in the
22 ANTLR is currently distributed with a fairly limited Ruby target implementation.
26 the other ANTLR features that give the program an edge over traditional code
30 ANTLR provides for other language targets, such as Java and Python. It contains:
32 * A customized version of the latest ANTLR program, bundling all necessary
37 ANTLR generates
39 * a wrapper script, `antlr4ruby', which executes the ANTLR command line tool
40 after ensuring the ANTLR jar is Java's class path
60 1. Write an ANTLR grammar specification for a language
75 2. Run the ANTLR tool with the antlr4ruby command to generate output:
97 from the conventions and examples covered in the ANTLR standard documentation.