true/false added

This commit is contained in:
Dmitry Boulytchev 2019-12-23 18:40:48 +03:00
parent 5258b95712
commit 3f0e1c4b15
2 changed files with 7 additions and 3 deletions

View file

@ -13,7 +13,8 @@ let parse cmd =
"string";
"case"; "of"; "esac"; "when";
"boxed"; "unboxed"; "string"; "sexp"; "array";
"infix"; "infixl"; "infixr"; "at"; "before"; "after"]
"infix"; "infixl"; "infixr"; "at"; "before"; "after";
"true"; "false"]
in
Util.parse
(object