StringVal as a builtin .string

This commit is contained in:
Dmitry Boulytchev 2018-10-31 20:10:50 +03:00
parent 9caee0c526
commit 3cd95f8b5f
4 changed files with 160 additions and 26 deletions

View file

@ -15,6 +15,7 @@ let parse infile =
"for";
"fun"; "local"; "return";
"length";
"string";
"case"; "of"; "esac"; "when"] s
inherit Util.Lexers.skip [
Matcher.Skip.whitespaces " \t\n";