Fixed parsing bug 1, just empty FactorSequence left

This commit is contained in:
RochesterX
2026-01-31 19:51:05 -05:00
parent 2e3dd13009
commit 1d9ad824a6
10 changed files with 145 additions and 59 deletions

4
test
View File

@@ -1,6 +1,6 @@
#!/bin/bash
gcc c/tests/stage_2/valid/$1.c
gcc bin/$1.s -o my.out
gcc $1.c
gcc $1.s -o my.out
echo "GCC:"
./a.out
echo $?