mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
fix interpreter and analyzer with new algorithm (with bugs)
This commit is contained in:
parent
343a21ee2d
commit
58c9fd77c2
21 changed files with 3489 additions and 559 deletions
|
|
@ -10,12 +10,13 @@ compiler=../_build/default/src/Driver.exe
|
|||
echo "Used compiler path:"
|
||||
echo $compiler
|
||||
|
||||
for test in ../regression/*.lama; do
|
||||
for test in ../regression/*009.lama; do
|
||||
echo $test
|
||||
$compiler -b $test > /dev/null
|
||||
test_file="${test%.*}"
|
||||
echo $test_file
|
||||
cat $test_file.input | ./byterun.exe -vi test*.bc > /dev/null
|
||||
cat $test_file.input | ./byterun.exe -p test*.bc #> /dev/null
|
||||
cat $test_file.input | ./byterun.exe -vi test*.bc #> /dev/null
|
||||
rm test*.bc
|
||||
echo "done"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue