Updated How to build ANTLR itself (markdown)
parent
2561807d07
commit
081d4f1b09
|
@ -1,3 +1,5 @@
|
|||
*See also [Deploying ANTLR mvn artifacts](https://github.com/antlr/antlr4/wiki/Deploying-ANTLR-mvn-artifacts).*
|
||||
|
||||
Most programmers do not need the information on this page because they will simply download the appropriate jar(s) or use ANTLR through maven (via ANTLR's antlr4-maven-plugin). If you would like to fork the project and fix bugs or tweak the runtime code generation, then you will almost certainly need to build ANTLR itself. There are two components:
|
||||
|
||||
1. the tool that compiles grammars down into parsers and lexers in one of the target languages
|
||||
|
|
Loading…
Reference in New Issue