mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
Continue spec;
This commit is contained in:
parent
83bd6d7ad8
commit
bd80caf440
10 changed files with 181 additions and 21 deletions
|
|
@ -26,7 +26,7 @@ let parse cmd =
|
|||
inherit Util.Lexers.lident kws s
|
||||
inherit Util.Lexers.uident kws s
|
||||
inherit Util.Lexers.skip [
|
||||
Matcher.Skip.whitespaces " \t\n";
|
||||
Matcher.Skip.whitespaces " \t\n\r";
|
||||
Matcher.Skip.lineComment "--";
|
||||
Matcher.Skip.nestedComment "(*" "*)"
|
||||
] s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue