Related articles |
---|
framework for building parsers and lexers? gregory.knapen@bell.ca (KNAPEN, GREGORY) (1998-06-18) |
Re: framework for building parsers and lexers? cfc@world.std.com (Chris F Clark) (1998-06-19) |
Re: framework for building parsers and lexers? deri@informatik.unibw-muenchen.de (Frank Derichsweiler) (1998-06-19) |
Re: framework for building parsers and lexers? tinyam@ece.ucdavis.edu (Peter Tin Yam Ho) (1998-06-24) |
From: | "KNAPEN, GREGORY" <gregory.knapen@bell.ca> |
Newsgroups: | comp.compilers |
Date: | 18 Jun 1998 11:17:30 -0400 |
Organization: | Bell Canada / Bell Sygma |
Keywords: | parse, lex, question |
Hi,
I was wondering if there are libraries or frameworks that allowed to
build parsers and lexers.
This would be an alternative to using tools such as LEX/YACC or ANTLR.
These frameworks would have to provide more flexibility and control than
parser generators. Yet they would make the job of building a parser
easier that doing it from scratch.
These librairies could provide classes to do token management, define
AST nodes, etc..
I know that the Eiffel language has such a library. Is there an
equivalent for C++.
Thanks
Greg Knapen
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.