ANTLR

ANTLR
Original author(s)Terence Parr and others
Initial releaseApril 10, 1992 (1992-04-10)
Stable release
4.13.1 / 4 September 2023 (2023-09-04)
Repository
Written inJava
PlatformCross-platform
LicenseBSD License
Websitewww.antlr.org

In computer-based language recognition, ANTLR (pronounced antler), or ANother Tool for Language Recognition, is a parser generator that uses a LL(*) algorithm for parsing. ANTLR is the successor to the Purdue Compiler Construction Tool Set (PCCTS), first developed in 1989, and is under active development. Its maintainer is Professor Terence Parr of the University of San Francisco.[citation needed]

PCCTS 1.00 was announced April 10, 1992.[1][2]

  1. ^ "Comp.compilers: Purdue Compiler-Construction Tool Set 1.00 available". compilers.iecc.com. 10 Apr 1992. Retrieved 2023-05-05.
  2. ^ "Comp.compilers: More on PCCTS". compilers.iecc.com. 30 Apr 1992. Retrieved 2023-05-05.

Developed by StudentB