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 %declare to examples/lark.lark
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.0
Erez Shinan
6 years ago
parent
2ee28ce762
commit
5cb7f2cb78
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/lark.lark
+ 1
- 0
examples/lark.lark
View File
@@ -11,6 +11,7 @@ priority: "." NUMBER
statement: "%ignore" expansions _NL -> ignore
| "%import" import_args ["->" TOKEN] _NL -> import
| "%declare" name+ -> declare
import_args: name ("." name)*
Write
Preview
Loading…
Cancel
Save