Related articles |
---|
LL vs LR references sought sperber@informatik.uni-tuebingen.de (1996-09-06) |
Re: LL vs LR references sought greg@bic.mni.mcgill.ca (1996-09-15) |
Re: LL vs LR references sought armbru@pond.sub.org (Markus Armbruster) (1996-09-15) |
From: | Markus Armbruster <armbru@pond.sub.org> |
Newsgroups: | comp.compilers |
Date: | 15 Sep 1996 00:51:58 -0400 |
Organization: | Some lucky fish from Karlsruhe, Germany |
References: | 96-09-038 |
Keywords: | parse, bibliography |
J. Grosch: Generators for High-Speed Front-Ends, Compiler Generation
Report No. 11, GMD Forschungsstelle an der Universit"at Karlsruhe,
Sep 1988.
presents the LL(1) parser generator `Ell' and the LALR(1) generator
`Lalr'. The parsers generated by Ell are reported to be half the size
and 50% faster than those generated by Lalr. YACC generated parsers
are somewhat smaller than Lalr's but run at half the speed. The
numbers are obtained with empty semantic actions and don't include
lexing time. The document and the parser generators can be found in
the Cocktail Toolbox distribution.
Markus
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.