Related articles |
---|
executable intermediate languages magnus@im.lcs.mit.edu (1995-07-03) |
Re: executable intermediate languages ckuethe@ersys.edmonton.ab.ca (1995-07-06) |
Re: executable intermediate languages wilson@cs.utexas.edu (1995-07-11) |
Re: executable intermediate languages toconnor@vcd.hp.com (1995-07-15) |
Newsgroups: | comp.compilers |
From: | ckuethe@ersys.edmonton.ab.ca (Chris Kuethe) |
Keywords: | interpreter, comment |
Organization: | Edmonton Remote Systems #3 |
References: | 95-07-046 |
Date: | Thu, 6 Jul 1995 00:18:38 GMT |
You might end up having to code up a little C interpreter. I tried
something like a CA interpreter, feeding it specially coded production
rules, and in the end it came down to a switch construct and reactions
based on all possible cases. Hope that helps.
Chris
--
Chris Kuethe ckuethe@ersys.edmonton.ab.ca
[Before I did that, I'd try a bytecode interpreter with a data stack so I
could do RPN expressions. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.