From: | Dave Lloyd <Dave@occl-cam.demon.co.uk> |
Newsgroups: | comp.compilers |
Date: | 22 May 1997 22:30:10 -0400 |
Organization: | Compilers Central |
References: | 97-05-183 97-05-197 |
Keywords: | C, assembler |
Ram Bhamidipaty <ramb@spring.epic.com> wrote:
> I have a bit of experience with exactly this sort thing. I modified
> Bison to produce directly executable parsers, and they were huge. For
> example the gcc grammar generated a yyparse() with 24,000 lines. An
> oberon grammar yielded a yyparse() with almost 10,000 lines. Both
Maybe C compiler-writers should try out f2c more often. Us Fortran
compiler-writers are used to subroutines which make 10000 lines seem but
a brief bit of code on the back of an envelope!
----------------------------------------------------------------------
Dave Lloyd mailto:Dave@occl-cam.demon.co.uk
Oxford and Cambridge Compilers Ltd http://www.occl-cam.demon.co.uk/
Cambridge, England http://www.chaos.org.uk/~dave/
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.