This commit is contained in:
Dmitry Boulytchev 2021-10-04 23:42:17 +03:00
parent 4d56ccc068
commit ac02ff3b8d
2 changed files with 2 additions and 2 deletions

View file

@ -299,7 +299,7 @@ let rec eval env (((cstack, stack, glob, loc, i, o) as conf) : config) = functio
Printf.eprintf "end\n";
*)
(match insn with
| PUBLIC _ | EXTERN _ | LINE _ -> eval env conf prg'
| IMPORT _ | PUBLIC _ | EXTERN _ | LINE _ -> eval env conf prg'
| BINOP "==" -> let y::x::stack' = stack in
let z =

View file

@ -1 +1 @@
let version = "Version 1.10, c90a73c10, Tue Sep 28 10:39:02 2021 +0300"
let version = "Version 1.10, 4d56ccc06, Sun Oct 3 17:10:21 2021 +0300"