Just-in-time compiler of expressions
parser_test:
1) change directory to project directory
2) type in console:
$ ./parser_test.sh
to see tests check tests.txt
jit_compiler tests:
1) change directory to project directory
2) type in console:
$ ./test.sh
to see tests check tests.txt
stress_test:
1) change directory to project directory
2) type in console:
If program outputs WA, testing will stop and log.txt file will be created. It will contain test, which was failed, correct answer and program output.