mirror of
https://github.com/MorizzG/MLox.git
synced 2025-12-06 04:22:41 +00:00
minor fixups
This commit is contained in:
parent
b425a59db5
commit
f4ddaeb11d
2 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ type lox_function = {
|
|||
env : environment;
|
||||
arity : int;
|
||||
arg_names : string list;
|
||||
body : Stmt.stmt_node; [@printer fun fmt _ -> fprintf fmt "<body>"]
|
||||
body : Stmt.stmt_node;
|
||||
}
|
||||
|
||||
and native_function = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue