Skip to search formSkip to main contentSkip to account menu

Abstract syntax tree

Known as: Abstract syntax trees, Abstract syntax tree representation, Syntax tree 
In computer science, an abstract syntax tree (AST), or just syntax tree, is a tree representation of the abstract syntactic structure of source code… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2014
2014
Dynamic languages have been gaining popularity to the point that their performance is starting to matter. The effort required to… 
Highly Cited
2010
Highly Cited
2010
Data stream mining has become an emerging research topic in the data mining field, and finding frequent itemsets is an important… 
Highly Cited
2004
Highly Cited
2004
Also presented at the 2005 Mid-Atlantic Student Workshop on Programming Languages and Systems (MASPLAS) in April 2005. 
2001
2001
Abstract syntax trees (ASTs) have numerous advantages as a mobile code format over the more commonly used bytecode-based formats… 
2000
2000
The key reason one might want to use AST nodes with uniform structure is so that those nodes can be easily moved around. With… 
Highly Cited
2000
Highly Cited
2000
This thesis contains a description of an implementation of an extended subset of the programming language Haskell. At the same… 
1997
1997
Metaprogramming — writing programs that manipulate programs as data — requires a formal foundation in order that people be able… 
1997
1997
The production of well-understood software will eventually be the responsibility of software generators. Generators will enable… 
1996
1996
Tree models can be categorized into two classes: global models that represent the developmental form of the entire tree, and… 
Highly Cited
1979