Refactored the name of some defined basic parser codes and exposed basic_solve_expr for tests

This commit is contained in:
2024-05-06 14:51:04 -04:00
parent 591858334b
commit ef53041427
4 changed files with 46 additions and 61 deletions

View File

@@ -36,5 +36,5 @@ test:
.PHONY: clean
clean:
rm -f boot.bin asm/*o src/*o
rm -f boot.bin boot.img kernel.bin asm/*o src/*o
cd tests && make clean