Related articles |
---|
ASTs and Code Generation Chuck_Lins.SIAC_QMAIL@gateway.qm.apple.com (Chuck Lins) (1990-07-19) |
Newsgroups: | comp.compilers |
From: | Chuck Lins <Chuck_Lins.SIAC_QMAIL@gateway.qm.apple.com> |
Keywords: | code |
Organization: | Compilers Central |
Date: | Thu, 19 Jul 90 18:23:29 GMT |
Can anyone provide references (articles or books) on code generation from
ASTs (abstract syntax trees)? Most of the usual texts seem to concentrate on
generation of code using tuples (in some form). Of course, I could traverse
the AST producing a tuple stream in the process and work with that, but this
seems much less efficient. Any ideas are appreciated.
[From Chuck Lins <Chuck_Lins.SIAC_QMAIL@gateway.qm.apple.com>]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.