[expr parser] fuse operator with operator node

This commit is contained in:
Allen Webster
2021-10-01 20:42:14 -07:00
parent 9ac946cf07
commit b41590525e
3 changed files with 44 additions and 44 deletions
+4 -1
View File
@@ -9,10 +9,13 @@ cd ..
echo "~~~ Build All Tests ~~~"
bin/bld_core.sh show_ctx
bin/bld_core.sh unit expression_tests tests/expression_tests.c
exit
bin/bld_core.sh unit sanity_tests tests/sanity_tests.c
bin/bld_core.sh unit unicode_test tests/unicode_test.c
bin/bld_core.sh unit cpp_build_test tests/cpp_build_test.cpp
bin/bld_core.sh unit expression_tests tests/expression_tests.c
echo