03-24-2021, 05:21 PM
UPDATE:
Wrote my first test routine. The compiler segfaults at shutdown but generates the correct code.
build instructions:
make -j
./tester
cd runtime
make
./main
It should execute the equivalent of the following BASIC:
v=2
Print v
End
Wrote my first test routine. The compiler segfaults at shutdown but generates the correct code.
build instructions:
make -j
./tester
cd runtime
make
./main
It should execute the equivalent of the following BASIC:
v=2
Print v
End