Related articles |
---|
Is there any generator generator, not parser generator? baehj@oz.co.kr (Bae, Hyun-jik) (1998-10-13) |
Re: Is there any generator generator, not parser generator? chase@world.std.com (David Chase) (1998-10-17) |
Re: Is there any generator generator, not parser generator? dwight@pentasoft.com (1998-10-17) |
Is there any generator generator, not parser generator? KPRASAD@us.oracle.com (KPRASAD.US.ORACLE.COM) (1998-10-17) |
Re: Is there any generator generator, not parser generator? assmann@ipd.info.uni-karlsruhe.de (Uwe Assmann) (1998-10-17) |
Re: Is there any generator generator, not parser generator bkimberl@uoguelph.ca (Brent Kimberley) (1998-10-18) |
Re: Is there any generator generator, not parser generator? anton@mips.complang.tuwien.ac.at (1998-10-18) |
[1 later articles] |
From: | "Bae, Hyun-jik" <baehj@oz.co.kr> |
Newsgroups: | comp.compilers |
Date: | 13 Oct 1998 02:19:59 -0400 |
Organization: | HanQ |
Keywords: | code, tools, question, comment |
I am almost a complete newbie in compiler design. However, for my needs,
I've made a simple parser with ANTLR(I suppose it is a kind of lex & yacc
mixture, in Java language). However, I don't know whether is tools for
making compiled code generator, thus I am about to try to make it. I suppose
it may be a severly annoying me, because the output format should be changed
often, although its output is a simple source code in template file(it is
not executable, so it does not need to be optimized). Well, Is there a
simplified code generator?
Bae, Hyun-jik
[There was work on code generator generators in the 70s and 80s but I
never knew how well it worked in practice. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.