Skip to content
#

antlr3

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 8 public repositories matching this topic...

Created by Terence Parr

Released February 1992

Followers
32 followers
Organization
antlr
Website
www.antlr.org
Wikipedia
Wikipedia

Related Topics

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