mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
stdlib tester, fixes, switch to builtins as pseudo functions (use call), remove negative closure offset possibility
This commit is contained in:
parent
905632aab6
commit
43088ec9f9
10 changed files with 321 additions and 131 deletions
|
|
@ -17,6 +17,7 @@ for test in ../regression/*.lama; do
|
|||
echo $test_file
|
||||
# cat $test_file.input | ./byterun.exe -p test*.bc > test.bc.code
|
||||
# cat $test_file.input | ./byterun.exe -p test*.bc
|
||||
# cat $test_file.input | ./byterun.exe -vi test*.bc
|
||||
cat $test_file.input | ./byterun.exe -vi test*.bc > test.log
|
||||
sed '1d;s/^..//' $test_file.t > test_orig.log
|
||||
diff test.log test_orig.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue