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

4
bin/no_brace.s Normal file
View File

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