[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
ANTLR
Its focus is to build translators and so its use occurs in such ways as auto generating SQL statemtns based on the computer language to RDMS context. But also can be found other language tasks such as translating docs into multiple formats, translating from one form of computer language constructs to another, and etc.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
ANTLR
What is ANTLR?
ANTLR stands for ANother Tool for Language Recognition. Its a tool that accepts grammar descriptions and generates a program that will recognize sentences in those languages. Its use occurs in teaching programming, code generation, and etc.Its focus is to build translators and so its use occurs in such ways as auto generating SQL statemtns based on the computer language to RDMS context. But also can be found other language tasks such as translating docs into multiple formats, translating from one form of computer language constructs to another, and etc.
Resources
Offical ANTLR Site Central site that provised information, books, and links to tools to use ANTLR[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
