What’s an AST?

An abstract syntax tree (AST) represents program functions and conditions in a hierarchical structure without coding syntax. It helps programmers quickly view code and identify flaws. The tree is abstract because it removes implied symbols, but a concrete syntax tree shows all symbols in detail. An abstract syntax tree (AST) is a syntactic structure created […]

Skip to content