comp.lang.ada
 help / color / mirror / Atom feed
* Parser/lexer generator ANTLR
@ 1999-02-17  0:00 J Chapman Flack
  1999-02-18  0:00 ` robert_dewar
  0 siblings, 1 reply; 8+ messages in thread
From: J Chapman Flack @ 1999-02-17  0:00 UTC (permalink / raw)


Hello,

I'm not a c.l.ada regular, but Markus Kuhn suggested I post something
about
ANTLR in case it could be of interest.  ANTLR (ANother Tool for Language
Recognition)
is a pretty mature (in use for much of this decade) free, open-source
parser and
lexer generator with built-in support for building abstract syntax trees
and "tree
parsers" that apply transformations to them.

ANTLR itself is implemented in Java but produces parsers and lexers in
any language
supported by a backend.  The backends currently included produce Java,
C++, HTML
(for documentation of grammars), and "Diagnostics" (for detailed
dissection of grammars).
A graphical (Java Swing) "ParseView" debugger is included for exploring
the parser's
operation visually.

I don't know what parser/lexer tools are already available in the Ada
community
but writing an Ada backend to plug into ANTLR ought to be a reasonable
project
if anyone is interested.  The ANTLR home page is http://www.antlr.org/

Cheers,
Chapman Flack,  Purdue University
"just a recent jumper-on to the ANTLR bandwagon"

> You might want to announce this project on comp.lang.ada, because there
> might be enthusiastic volunteers out there who would be willing to add
> an Ada95 backend as well. (Ada95: faster than Java and safer than C++.)
> Markus




^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~1999-02-18  0:00 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-17  0:00 Parser/lexer generator ANTLR J Chapman Flack
1999-02-18  0:00 ` robert_dewar
1999-02-18  0:00   ` dennison
1999-02-18  0:00     ` nabbasi
1999-02-18  0:00       ` Marin David Condic
1999-02-18  0:00       ` Tom Moran
1999-02-18  0:00   ` Brian Rogoff
1999-02-18  0:00     ` William Clodius

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox