Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (102)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (322)
Collections:
Other Resources:
What Is ANTLR Parser Generator
What is ANTLR Parser Generator?
✍: FYIcenter
ANTLR (ANother Tool for Language Recognition) is a powerful parser
generator for reading, processing, executing, or translating structured
text or binary files. It's widely used to build languages, tools, and
frameworks. From a grammar, ANTLR generates a parser that can build and
walk parse trees.
ANTLR takes as input a grammar that specifies a language and generates as output source code for a recognizer for that language. While version 3 supported generating code in the programming languages Ada95, ActionScript, C, C#, Java, JavaScript, Objective-C, Perl, Python, Ruby, and Standard ML, the current release at present only targets Java, C#, C++, JavaScript, Python2, Python3, Swift, and Go. A language is specified using a context-free grammar which is expressed using Extended Backus–Naur Form (EBNF).[citation needed]
The latest version of ANTLR is provided in 3 packages:
ANTLR release history:
ANTLR 4.10.1 Apr 15, 2022 ANTLR 4.10 Apr 12, 2022 ANTLR 4.9.3 Nov 06, 2021 ANTLR 4.9.2 Mar 11, 2021 ANTLR 4.9.1 Jan 05, 2021 ANTLR 4.9 Nov 24, 2020 ANTLR 4.8 Jan 20, 2020 ANTLR 4.7.2 Dec 18, 2018 ANTLR 4.7.1 Dec 09, 2017 ANTLR 4.7 Mar 30, 2017
For more information on ANTLR, see ANTLR Website.
⇐ Download and Review ANTLR Parser Generator
2018-10-20, ∼8083🔥, 0💬
Popular Posts:
SLF4J API is a simple API that allows to plug in any desired logging library at deployment time. Her...
JAX-WS is an API for building web services and clients. It is the next generation Web Services API r...
JSP(tm) Standard Tag Library 1.0 implementation - Jakarta Taglibs hosts the Standard Taglib 1.0, an ...
How to download and install mysql-connector-j-8.0.31 .zip?Connector/J Java library is a JDBC Driver ...
Smack is an Open Source XMPP (Jabber) client library for instant messaging and presence. A pure Java...