AST implementation

This commit is contained in:
2026-01-26 21:37:49 -05:00
parent 19e4ad9bfe
commit afe33e4246
12 changed files with 147 additions and 67 deletions

BIN
bin/a.out Executable file

Binary file not shown.

View File

@@ -1,4 +0,0 @@
.globl main
main:
movl $12, %eax
ret

View File

@@ -1,4 +0,0 @@
.globl main
main:
movl $5, %eax
ret