Difference between revisions of "Antlr"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
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 | ||
+ | = Base Class Language Parser = | ||
+ | The abstract Base Class LanguagParser has some help code that makes Language Development and debugging easier. | ||
= Motivation = | = Motivation = |
Revision as of 11:12, 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:
Base Class Language Parser
The abstract Base Class LanguagParser has some help code that makes Language Development and debugging easier.