mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-28 01:28:48 +00:00
Functions without return
This commit is contained in:
parent
0ab54cddbc
commit
7352dc3da8
3 changed files with 60 additions and 37 deletions
|
|
@ -22,7 +22,7 @@ type prg = insn list
|
|||
(* The type for the stack machine configuration: control stack, stack and configuration from statement
|
||||
interpreter
|
||||
*)
|
||||
type config = (prg * State.t) list * int list * Stmt.config
|
||||
type config = (prg * State.t) list * int list * Expr.config
|
||||
|
||||
(* Stack machine interpreter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue