Re: framework for building parsers and lexers?

"Peter Tin Yam Ho" <tinyam@ece.ucdavis.edu>
24 Jun 1998 00:08:30 -0400

          From comp.compilers

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)
| List of all articles for this month |

From: "Peter Tin Yam Ho" <tinyam@ece.ucdavis.edu>
Newsgroups: comp.compilers
Date: 24 Jun 1998 00:08:30 -0400
Organization: Verio Sacramento/NSNet
References: 98-06-097
Keywords: tools

You may also look into Eli:


http://www.cs.colorado.edu/~eliuser/


It is a complete compiler construction system that takes care of almost
everything from lexical analysis to semantic analysis to code generation.


To my understanding, it uses LALR(1) for parsing (as oppose to LL(k) in
pccts).
Lexical analysis is similar to that of lex.


Also, you may try Suif:


http://suif.stanford.edu/


But I think GNU Flex can also generate an OO lexer.


- Pete


KNAPEN, GREGORY wrote in message 98-06-097...
>I was wondering if there are libraries or frameworks that allowed to
>build parsers and lexers.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.