Skip to content

Latest commit

 

History

History
78 lines (42 loc) · 3.81 KB

index.md

File metadata and controls

78 lines (42 loc) · 3.81 KB

⚠️ The information on this page has not been updated for this optimized fork.

ANTLR 4 Documentation

Please check Frequently asked questions (FAQ) before asking questions on stackoverflow or antlr-discussion list.

Notes:

  • To add to or improve this documentation, fork the antlr/antlr4 repo then update this `doc/index.md` or file(s) in that directory. Submit a pull request to get your changes incorporated into the main repository. Do not mix code and documentation updates in the sample pull request. You must sign the contributors.txt certificate of origin with your pull request if you've not done so before.
  • Copyright © 2012, The Pragmatic Bookshelf. Pragmatic Bookshelf grants a nonexclusive, irrevocable, royalty-free, worldwide license to reproduce, distribute, prepare derivative works, and otherwise use this contribution as part of the ANTLR project and associated documentation.
  • Much of this text was copied with permission from the The Definitive ANTLR 4 Reference, though it is being morphed over time as the tool changes.

Links in the documentation refer to various sections of the book but have been redirected to the general book page on the publisher's site. There are two excerpts on the publisher's website that might be useful to you without having to purchase the book: Let's get Meta and Building a Translator with a Listener. You should also consider reading the following books (the vid describes the reference book):

This documentation is a reference and summarizes grammar syntax and the key semantics of ANTLR grammars. The source code for all examples in the book, not just this chapter, are free at the publisher's website. The following video is a general tour of ANTLR 4 and includes a description of how to use parse tree listeners to process Java files easily:

For those using Java, here's a great set of ANTLR in Intellij notes by Andreas Stefik.

Sections

Building / releasing ANTLR itself