Abstract syntax tree: Difference between revisions

Content deleted Content added
No edit summary
m {{compu-stub}}
Line 3:
Sometimes the code behind an abstract syntax trees (classes, for example), are generated by a parser generator, but many language engineers prefer to design and implement the tree themselves, as it expresses the fundamental structure of the language.
 
{{compu-stub}}
 
==See also==