Skip to content

Latest commit

 

History

History

ast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Abstract Syntax Tree (AST)

This component is responsible for:

  • Converting parse tree to AST
    • (optional) Reformatting the code
  • Doing name analysis
  • Doing type analysis
    • (optional) Outputting the formatted code with type annotations

Documentation