mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-16 11:48:47 +00:00
Global definitions; regression tests fixed
This commit is contained in:
parent
a3b12425fd
commit
f5b802ebed
56 changed files with 121 additions and 10 deletions
|
|
@ -143,7 +143,7 @@ let run p i =
|
|||
(cstack, (match r with [r] -> r::stack' | _ -> Value.Empty :: stack'), (st, i, o))
|
||||
end
|
||||
)
|
||||
([], [], (State.empty, i, []))
|
||||
([], [], (State.global [] (* TODO! *), i, []))
|
||||
p
|
||||
in
|
||||
o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue