'as' pattern

This commit is contained in:
Dmitry Boulytchev 2018-11-05 18:21:41 +03:00 committed by danyabeerzun
parent 6e36efbec9
commit dc38319a13
8 changed files with 89 additions and 31 deletions

View file

@ -16,7 +16,8 @@ let parse infile =
"fun"; "local"; "return";
"length";
"string";
"case"; "of"; "esac"; "when"] s
"case"; "of"; "esac"; "when";
"boxed"; "unboxed"; "string"; "sexp"; "array"] s
inherit Util.Lexers.skip [
Matcher.Skip.whitespaces " \t\n";
Matcher.Skip.lineComment "--";