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
.lark (preparing)
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.0
Erez Shinan
6 years ago
parent
209a3fe8fd
commit
4a7a66d773
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lark/lark.py
+ 1
- 1
lark/lark.py
View File
@@ -192,7 +192,7 @@ class Lark:
Example:
>>> Lark.open("grammar_file.
g
", rel_to=__file__, parser="lalr")
>>> Lark.open("grammar_file.
lark
", rel_to=__file__, parser="lalr")
Lark(...)
"""
Write
Preview
Loading…
Cancel
Save