Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 313 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 313 Bytes

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