Created quicktest/test.sh.
This is a copy of the calc demo, plus a script that runs the parser in three different modes (code, table, reference interpreter) and checks the results.
Showing
quicktest/.gitignore
0 → 100644
quicktest/Makefile
0 → 100644
quicktest/calc.ml
0 → 100644
quicktest/interpret-ref.err
0 → 100644
quicktest/interpret-ref.out
0 → 100644
quicktest/lexer.mll
0 → 100644
quicktest/parser.mly
0 → 100644
quicktest/ref.err
0 → 100644
quicktest/ref.out
0 → 100644
quicktest/test.sh
0 → 100755
Please register or sign in to comment