Re: Compiling to C (where C is used as misspelled assembly)

Dave Lloyd <Dave@occl-cam.demon.co.uk>
22 May 1997 22:30:10 -0400

          From comp.compilers

Related articles
[8 earlier articles]
Re: Compiling to C (where C is used as misspelled assembly) conway@mundook.cs.mu.OZ.AU (1997-05-17)
Re: Compiling to C (where C is used as misspelled assembly) fjh@mundook.cs.mu.OZ.AU (1997-05-17)
Re: Compiling to C (where C is used as misspelled assembly) monnier+/news/comp/compilers@tequila.cs.yale.edu (Stefan Monnier) (1997-05-17)
Re: Compiling to C (where C is used as misspelled assembly) cdg@nullstone.com (Christopher Glaeser) (1997-05-17)
Re: Compiling to C (where C is used as misspelled assembly) conway@mundook.cs.mu.OZ.AU (1997-05-22)
Re: Compiling to C (where C is used as misspelled assembly) conway@mundook.cs.mu.OZ.AU (1997-05-22)
Re: Compiling to C (where C is used as misspelled assembly) Dave@occl-cam.demon.co.uk (Dave Lloyd) (1997-05-22)
Re: Compiling to C (where C is used as misspelled assembly) partain@dcs.gla.ac.uk (Will Partain) (1997-05-22)
Re: Compiling to C (where C is used as misspelled assembly) fjh@mundook.cs.mu.OZ.AU (1997-05-25)
Re: Compiling to C (where C is used as misspelled assembly) fjh@mundook.cs.mu.OZ.AU (1997-05-25)
| List of all articles for this month |

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/
--


Post a followup to this message

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