Abstract syntax tree: Difference between revisions

Content deleted Content added
Line 21:
==External links==
*[http://citeseer.ist.psu.edu/cis?q=abstract+syntax+tree Citations from CiteSeer]
*[http://www.semanticdesigns.com/Products/DMS/DMSToolkit.html DMS Software Reengineering Toolkit], a tool for producing ASTs for many programming langauages
 
*An [[Eclipse (software)|Eclipse]] plugin to [http://www.eclipse.org/jdt/ui/astview/index.html visualize] a [[Java (programming language)|Java]] AST
*[http://www.eclipse.org/articles/Article-JavaCodeManipulation_AST/index.html Good information about the Eclipse AST and Java Code Manipulation]