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, 7669🔥, 0💬
Popular Posts:
Apache Neethi provides general framework for the programmers to use WS Policy. It is compliant with ...
What Is ojdbc5.jar for Oracle 11g R1? ojdbc5.jar for Oracle 11g R1 is the JAR files of ojdbc.jar, JD...
JDK 11 jdk.internal.opt.jmod is the JMOD file for JDK 11 Internal Opt module. JDK 11 Internal Opt mo...
What Is HttpComponents httpcore-4.2.2.jar? HttpComponents httpcore-4.2.2.jar is the JAR file for Apa...
What is the dom\GetElementsByTagName .javaprovided in the Apache Xerces package? I have Apache Xerce...