global vars implementation, todo gc problems

This commit is contained in:
ProgramSnail 2025-05-11 11:02:07 +03:00
parent 474b0a8ed2
commit aff30ad7c1
12 changed files with 76 additions and 52 deletions

View file

@ -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%.*}"