[expr parser] getting familiar with the expression parser

This commit is contained in:
Allen Webster
2021-10-01 20:03:50 -07:00
parent e36e0de276
commit 4ce22d786c
6 changed files with 246 additions and 213 deletions
+4 -1
View File
@@ -5,11 +5,14 @@ og_path=$PWD
cd "$(dirname "$0")"
cd ..
echo ~~~ Running Sanity Tests ~~~
mkdir -p build
cd build
echo ~~~ Running Sanity Tests ~~~
./sanity_tests.exe
./unicode_test.exe
echo ~~~ Running Expression Tests ~~~
./expression_tests.exe
###### Restore Path ###########################################################