save current lexer impl

This commit is contained in:
2026-01-03 15:02:26 +01:00
parent 6176d549c1
commit 629b65e151
4 changed files with 17 additions and 25 deletions

7
example.ll Normal file
View File

@@ -0,0 +1,7 @@
label main:
b0:
%1 = mul i32 3, i32 3
%2 = add %1, i32 1
param %2
%3 = call putchar