Difference between revisions of "Antlr"

From BITPlan Wiki
Jump to navigation Jump to search
Line 4: Line 4:
 
active in improving ANTLR see e.g. {{Link|target=#Motivation}}
 
active in improving ANTLR see e.g. {{Link|target=#Motivation}}
  
= Where to find com.bitplan.antlr =
+
= ANTLR utitliy library com.bitplan.antlr =
 +
To simplify Parser development with ANTLR BITPlan has created a library with some code and
 +
published it as Open Source at:
 
* https://github.com/BITPlan/com.bitplan.antlr
 
* https://github.com/BITPlan/com.bitplan.antlr
 
= Motivation =
 
= Motivation =

Revision as of 12:07, 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

ANTLR utitliy library com.bitplan.antlr

To simplify Parser development with ANTLR BITPlan has created a library with some code and published it as Open Source at:

Motivation

Prerequisites