Jump to content

ANTLR: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
An open source [[Java]] based parser generator, comes with a Java backend (i.e. ANTLR generated parsers are written in/compile with Java), but additional backends are available for [[C#]], [[ECMAScript]] and  [[Python]] versions two and three.
An open source [[Java]] based parser generator, comes with a Java backend (i.e. ANTLR generated parsers are written in/compile with Java), but additional backends are available for [[C#]], [[ECMAScript]] and  [[Python]] versions two and three.
Main ANTLR author [[Terence Parr]] was also responsible for the [[Purdue Compiler Construction Tool Set]].


==Versions==
==Versions==
Line 12: Line 14:


* Terence Parr: The Definitive ANTLR 4 Reference - 2013 - ISBN 978-1-93435-699-9
* Terence Parr: The Definitive ANTLR 4 Reference - 2013 - ISBN 978-1-93435-699-9
==License==
==License==
* Open source software released under the [[Three clause BSD license]]
* Open source software released under the [[Three clause BSD license]]

Revision as of 18:40, 16 February 2016

An open source Java based parser generator, comes with a Java backend (i.e. ANTLR generated parsers are written in/compile with Java), but additional backends are available for C#, ECMAScript and Python versions two and three.

Main ANTLR author Terence Parr was also responsible for the Purdue Compiler Construction Tool Set.

Versions

  • Last known version: ANTLR 4.5.30 (2016-01-30)
Prerequisites
  • Java 6 or higher

Links & publications

  • Terence Parr: The Definitive ANTLR 4 Reference - 2013 - ISBN 978-1-93435-699-9

License

Authors

  • Terence Parr
  • Sam Harwell