Related articles |
---|
Smalltalk 'cascades' Timothy_S_Coffey@mail.bankone.com (2000-05-18) |
Re: Smalltalk 'cascades' bonzini@gnu.org (2000-05-20) |
From: | Timothy_S_Coffey@mail.bankone.com |
Newsgroups: | comp.compilers |
Date: | 18 May 2000 01:25:57 -0400 |
Organization: | Deja.com - Before you buy. |
Keywords: | smalltalk, parse |
I was wondering if anyone knows if it is possible to construct a parse
table for 'cascades' in Smalltalk. Every set of transitions I could
come up with all fell short in some way (usually with keyword
messages). I finally ended up doing a compile-time simulation of the
run-time Smalltalk stack in order to correctly generate code for a
cascade.
Still, I would think a parse table-only solution is still possible.
It would definitely be cleaner!
Thanks i-a
Tim Coffey
Return to the
comp.compilers page.
Search the
comp.compilers archives again.