feat: update PLAN.md and add end to end test of the compiler

This commit is contained in:
2026-04-20 23:39:47 +02:00
parent 35255a924a
commit bad6b9e116
4 changed files with 80 additions and 16 deletions
+3
View File
@@ -0,0 +1,3 @@
fn main() -> i32 {
return 42;
}
+3
View File
@@ -0,0 +1,3 @@
fn main() -> i8 {
return -69;
}