Related articles |
---|
Help wanted - getting started writing an interpretter dont@send.me.spam (SynapZ) (2001-09-21) |
Re: Help wanted - getting started writing an interpretter monnier+comp.compilers/news/@RUM.cs.yale.edu (Stefan Monnier) (2001-09-25) |
Re: Help wanted - getting started writing an interpretter joachim_d@gmx.de (Joachim Durchholz) (2001-09-25) |
Re: Help wanted - getting started writing an interpretter anton@mips.complang.tuwien.ac.at (2001-09-26) |
From: | "Stefan Monnier" <monnier+comp.compilers/news/@RUM.cs.yale.edu> |
Newsgroups: | comp.compilers |
Date: | 25 Sep 2001 00:13:28 -0400 |
Organization: | Compilers Central |
References: | 01-09-098 |
Keywords: | interpreter |
Posted-Date: | 25 Sep 2001 00:13:28 EDT |
>>>>> "SynapZ" == SynapZ <dont@send.me.spam> writes:
> I'm fairly confident that I can make the compiler with the help of lex
> and yacc but the interpretter seems to be a completely separate issue.
> Are there any tools out there to help automate this process (i.e.
> generate an interpretter for a lex/yacc'd language)?
If you insist on writing your own mini-language, there's
a bytecode-interpreter-generator called VMGEN which can help
you with that.
Stefan
Return to the
comp.compilers page.
Search the
comp.compilers archives again.