mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-28 17:48:47 +00:00
true/false added
This commit is contained in:
parent
5258b95712
commit
3f0e1c4b15
2 changed files with 7 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue