mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
global vars implementation, todo gc problems
This commit is contained in:
parent
474b0a8ed2
commit
aff30ad7c1
12 changed files with 76 additions and 52 deletions
|
|
@ -17,7 +17,7 @@ $compiler -b ../stdlib/List.lama
|
|||
$compiler -b ../stdlib/Ref.lama
|
||||
$compiler -b ../stdlib/Fun.lama
|
||||
|
||||
for test in regression/dep_test*.lama; do
|
||||
for test in regression/dep_test*.lama; do
|
||||
echo $test
|
||||
$compiler -b $test -I regression/
|
||||
test_path="${test%.*}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue