mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 07:38:46 +00:00
Shallow clone (runtime function)
This commit is contained in:
parent
a453b65fd3
commit
46dfd58bda
6 changed files with 31 additions and 7 deletions
|
|
@ -183,7 +183,7 @@ let compile cmd env code =
|
|||
match scode with
|
||||
| [] -> env, []
|
||||
| instr :: scode' ->
|
||||
let stack = env#show_stack in
|
||||
let stack = "" (* env#show_stack*) in
|
||||
let env', code' =
|
||||
match instr with
|
||||
| PUBLIC name -> env#register_public name, []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue