Re: AST References

Sriram Sankar <sriram@metamata.com>
24 Nov 1997 23:37:12 -0500

          From comp.compilers

Related articles
AST References 70672.1744@compuserve.com (John I. Moore, Jr.) (1997-11-23)
Re: AST References sriram@metamata.com (Sriram Sankar) (1997-11-24)
Re: AST References thetick@magelang.com (Scott Stanchfield) (1997-11-24)
Re: AST References danwang@ux05.CS.Princeton.EDU (Daniel Wang) (1997-11-29)
| List of all articles for this month |

From: Sriram Sankar <sriram@metamata.com>
Newsgroups: comp.compilers
Date: 24 Nov 1997 23:37:12 -0500
Organization: Metamata, Inc.
References: 97-11-124
Keywords: parse, AST

John I. Moore, Jr. wrote:
> Can anyone suggest good references for designing/implementing
> abstract syntax trees? One good reference that I am aware of
> is the book Programming Language Processors by David A. Watt
> (Prentice-Hall,1993), but I am looking for others.


You can take a look at JJTree, a pretty AST builder that comes
packaged with JavaCC. Its available at http://www.suntest.com/JavaCC.


There's also a new newsgroup dedicated to JavaCC that you may want
to post more specific queries to:


    comp.compilers.tools.javacc


Sriram.
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.