Related articles |
---|
Syntax Tree Example cohen_andre@yahoo.com (Andre) (2002-12-07) |
From: | "Andre" <cohen_andre@yahoo.com> |
Newsgroups: | comp.compilers |
Date: | 7 Dec 2002 20:09:23 -0500 |
Organization: | MindSpring Enterprises |
Keywords: | parse, question, comment |
Posted-Date: | 07 Dec 2002 20:09:23 EST |
I am looking for an easy to understand textfile or C++ code of how to
implemet a syntax trees into an interpreter. Or something that also
explains how to create syntax trees for things other than expressions
such as 'if' and 'while' statements.
Thanks,
Andre
[That's what a parser does. Consult any compiler text. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.