Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 267 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 267 Bytes

NOTE

The llvm backend version will not be maintained in the future, but you can get it in llvm-backend branch.

Now the goal of this project is to implement:

  • compiler for tiger programming language in C++ 17, generate risc-v asm
  • runtime (mainly GC) in rust