Promoted spec to 1.10

This commit is contained in:
Dmitry Boulytchev 2021-02-01 09:52:28 +03:00
parent f1430a1cdf
commit 7c7ef67e1d
11 changed files with 86 additions and 87 deletions

View file

@ -1254,7 +1254,7 @@ let run_parser cmd =
"while"; "do"; "od";
"for";
"fun"; "var"; "public"; "external"; "import";
"case"; "of"; "esac"; "when";
"case"; "of"; "esac";
"box"; "val"; "str"; "sexp"; "array";
"infix"; "infixl"; "infixr"; "at"; "before"; "after";
"true"; "false"; "lazy"; "eta"; "syntax"]

View file

@ -1 +1 @@
let version = "Version 1.10, 216e71625, Sun Jan 31 22:25:31 2021 +0300"
let version = "Version 1.10, f1430a1cd, Sun Jan 31 22:57:12 2021 +0300"