Antlr: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 4: | Line 4: | ||
active in improving ANTLR see e.g. {{Link|target=#Motivation}} | active in improving ANTLR see e.g. {{Link|target=#Motivation}} | ||
= ANTLR | = Library with helpers for ANTLR Language development com.bitplan.antlr = | ||
To simplify Parser development with ANTLR BITPlan has created a library with some code and | To simplify Parser development with ANTLR BITPlan has created a library with some helper code for ANTLR Language Development and | ||
published it as Open Source at: | published it as Open Source at: | ||
* https://github.com/BITPlan/com.bitplan.antlr | * https://github.com/BITPlan/com.bitplan.antlr | ||
= Motivation = | = Motivation = | ||
* https://github.com/antlr/antlr4/issues/994 | * https://github.com/antlr/antlr4/issues/994 | ||
= Prerequisites = | = Prerequisites = | ||
* https://github.com/bkiers/rrd-antlr4 | * https://github.com/bkiers/rrd-antlr4 | ||
Revision as of 10:08, 14 October 2017
ANTLR is a parser generator tool.
BITPlan has been using ANTLR in projects for a few years now and Wolfgang Fahl has been active in improving ANTLR see e.g. #Motivation
Library with helpers for ANTLR Language development com.bitplan.antlr
To simplify Parser development with ANTLR BITPlan has created a library with some helper code for ANTLR Language Development and published it as Open Source at: