Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 701 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 701 Bytes

ANTLR4 Mega Tutorial

This is the companion repository of the ANTLR Mega Tutorial, the tutorial that will explain everything you need to know to use ANTLR.

In this complete tutorial we are going to:

  • explain the basis: what a parser is, what it can be used for
  • see how to setup ANTLR to be used from Javascript, Python, Java and C#
  • discuss how to test your parser
  • present the most advanced and useful features present in ANTLR: you will learn all you need to parse all possible languages
  • show tons of examples

If you need help to setup everything you can read the ANTLR Setup section