Science  People  Locations  Timeline
Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Home > Abstract syntax tree


 

In computer science, abstract syntax tree (AST) is a data structure representing something which has been parsed, often used as a compiler or interpreter's internal representation of a computer program while it is being optimized and from which code generation is performed. The range of all possible such structures is described by the abstract syntax.

This article is a stub. You can help Wikipedia by [ ṣlocalurl: : |action=edit}} expanding it].

1 See also

2 References

This article was originally based on material from the Free On-line Dictionary of Computing, which is used under the GFDL.

3 External links

Trees (structure) Formal languages

Read more »

Non User