Slide 11
Slide 11 text
47deg.com
● AST is a form of abstracted
representation that is
generated and used in
several roles within the
compiler
● AST is a tree made of nodes
that have direct mapping to
the text ranges in the
underlying document
11
Bottom-most nodes of an AST
matches individual tokens
Higher nodes matches
multiple-token fragments