From: | Tomasz Zielonka <t.zielonka@zodiac.mimuw.edu.pl> |
Newsgroups: | comp.compilers |
Date: | 25 Jun 2004 01:52:19 -0400 |
Organization: | MIMUW |
References: | 04-06-012 04-06-034 04-06-072 |
Keywords: | parse, optimize |
Posted-Date: | 25 Jun 2004 01:52:19 EDT |
Carl Cerecke wrote:
> Basically, "hard-coded" means that the LR state machine is expanded out
> into code, and shifts are coded as gotos between the code chunks. This
> works well for C, but not so good for Java or python, which don't have
> gotos (See! There *is* a reason for having gotos in a language!).
(or tail-call elimination)
Best regards,
Tom
--
.signature: Too many levels of symbolic links
Return to the
comp.compilers page.
Search the
comp.compilers archives again.