mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed typos
This commit is contained in:
parent
33e00f4108
commit
851e848035
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
open GT
|
||||
open Language
|
||||
|
||||
(* The type for the stack machine instructions *)
|
||||
@type insn =
|
||||
|
|
@ -14,7 +15,7 @@ type prg = insn list
|
|||
(* The type for the stack machine configuration: a stack and a configuration from statement
|
||||
interpreter
|
||||
*)
|
||||
type config = int list * Language.Stmt.config
|
||||
type config = int list * Stmt.config
|
||||
|
||||
(* Stack machine interpreter
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue