Abstract syntax tree: Difference between revisions

Content deleted Content added
m Reverted edits by 2A01:E0A:38A:7240:C476:AACD:DE92:8B67 (talk) to last version by Materialscientist
Line 86:
*{{cite web | url = http://www.omg.org/spec/ASTM/ | title = Architecture‑Driven Modernization — ADM: Abstract Syntax Tree Metamodeling — ASTM }} ([[Object Management Group|OMG]] standard).
*[https://github.com/INRIA/spoon Spoon]: A library to analyze, transform, rewrite, and transpile Java source code. It parses source files to build a well-designed AST with powerful analysis and transformation API.
*[https://github.com/javaparser/javaparser JavaParser]: The JavaParser library provides you with an Abstract Syntax Tree of your Java code. The AST structure then allows you to work with your Java code in an easy programmatic way.
 
{{Parsers}}