mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 18:18:21 +00:00
StringVal as a builtin .string
This commit is contained in:
parent
9caee0c526
commit
3cd95f8b5f
4 changed files with 160 additions and 26 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue