Related articles |
---|
ANTLR 2.3.0 (now with C++ code gen) released parrt@magelang.com (Terence Parr) (1998-06-28) |
From: | Terence Parr <parrt@magelang.com> |
Newsgroups: | comp.compilers |
Date: | 28 Jun 1998 21:35:19 -0400 |
Organization: | MageLang Insitute |
Keywords: | PCCTS, tools, available, parse |
Just a note to announce that ANTLR 2.3.0 has been released.
ANTLR is a complete rewrite of the PCCTS 1.xx parser generator
written in Java that generates both Java and C++ output (thanks to
Peter Wells in the UK).
Visit
http://www.ANTLR.org
or
http://www.ANTLR.org/download.html
ANTLR's main features are:
Grammars may be lexers, parsers, or tree walkers.
Grammar inheritance: define a grammar as it differs from another.
Semantic predicates may be specified to alter the parse
based upon symbol table information or any valid expression.
Syntactic predicates provide a form of arbitrary lookahead
(backtracking).
LL(k) for k>1 recognizers.
Oh, and it's public domain with source; not even a copyright.
Best regards,
Terence Parr
parrt@parr-research.com
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.