This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
gitmirror
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
39
Wiki
Activity
Browse Source
Added unicode.lark (Issue
#738
)
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.11.0
Erez Sh
4 years ago
parent
5149d38e25
commit
ff155cd21a
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
lark/grammars/unicode.lark
+ 7
- 0
lark/grammars/unicode.lark
View File
@@ -0,0 +1,7 @@
// TODO: LETTER, WORD, etc.
//
// Whitespace
//
WS_INLINE: /[ \t\xa0]/+
WS: /[ \t\xa0\f\r\n]/+
Write
Preview
Loading…
Cancel
Save