The Wayback Machine - https://web.archive.org/web/20210722022542/https://github.com/topics/antlr
Skip to content
#

ANTLR

antlr logo

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.

Here are 320 public repositories matching this topic...

hzeller
hzeller commented May 15, 2020

When running the regression, the resulting logs seem to end up in third_party/tests/$TEST/.... This of course is not unnoticed by git, so a git status shows a ton of non-added new files added.

To reproduce:

make
make regression
git status   # observe all the files

Build or test artifacts should never clutter the rest of the code-base (we should regard them as read-only in

Created by Terence Parr

Released February 1992

Organization
antlr
Website
www.antlr.org
Wikipedia
Wikipedia

Related Topics

ast grammar language parser parser-generator parsing syntax-tree tokenize