feat(ir): Impl ir generate

This commit is contained in:
2026-05-09 19:55:23 +08:00
parent bed64b29bf
commit a2243122b0
7 changed files with 637 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
mod frontend;
mod ast;
mod ir;
mod utils;
mod diagnostic;
mod err;