Very weirdly organized, but it JITs!

This commit is contained in:
2023-03-24 10:28:32 -05:00
parent ff8412acca
commit 4aa3a9419a
14 changed files with 441 additions and 81 deletions

View File

@@ -1,3 +1,4 @@
pub mod backend;
pub mod ir;
pub mod jit;
pub mod syntax;