Added demo helper scripts

This commit is contained in:
Rakarake 2023-05-25 11:39:48 +02:00
parent 5eed5fbcd1
commit 85adae9958
2 changed files with 4 additions and 0 deletions

2
demo/lambda_calculus.sh Executable file
View file

@ -0,0 +1,2 @@
cd ..
./language -t bi demo/lambda_calculus.crf

2
demo/quicksort.sh Executable file
View file

@ -0,0 +1,2 @@
cd ..
./language -t bi demo/quicksort.crf