Why can't we build a C compiler? (more)

think!compass!worley@EDDIE.MIT.EDU (Dale Worley)
Mon, 19 Dec 88 11:56:20 EST

          From comp.compilers

Related articles
Why can't we build a C compiler? (more) think!compass!worley@EDDIE.MIT.EDU (1988-12-19)
| List of all articles for this month |

Date: Mon, 19 Dec 88 11:56:20 EST
From: think!compass!worley@EDDIE.MIT.EDU (Dale Worley)

Another rule for decent language design:


If the grammar that you want to present to the user in the reference
manual isn't LALR(1), the language design should be considered
deficient.


Following rules like this in language design should get rid of much of
the work of compiler writing, since they eliminate features of the
language that make compiler writing hard, but don't add anything
useful for the user.


Dale
--
Not, of course, the opinions of my employer.
Dale Worley, Compass, Inc. mit-eddie!think!compass!worley
--


Post a followup to this message

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