expression parser; first pass.

This commit is contained in:
Miguel Lechon
2021-09-07 18:16:57 +02:00
parent c0a56dbcda
commit c6c790e50d
10 changed files with 478 additions and 13 deletions
Regular → Executable
+1
View File
@@ -10,6 +10,7 @@ mkdir -p build
cd build
./sanity_tests.exe
./unicode_test.exe
./expression_tests.exe
###### Restore Path ###########################################################
cd $og_path