Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 428 Bytes

File metadata and controls

15 lines (14 loc) · 428 Bytes

Road Map

Semantic

  • 07-27 .g4 files for Mx* grammar
  • 07-30 Build AST from CST
  • 07-31 Symbol collector (08-01)
  • 08-02 Semantic Check (08-03)
  • 08-04 Refactor code (08-06)

LLVM IR

  • 08-07 Finish design of IR structure (08-09)
  • 08-12 Main part of IR (08-13)
  • 08-14 Pass IR (08-18)

Code Generation

  • 08-21 Finish design of codegen structure (08-22)
  • 08-24 Pass codegen