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 shebang to example script (Issue
#504
)
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.0
Erez Sh
5 years ago
parent
ae691bf35e
commit
4db56dc8b0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
examples/standalone/create_standalone.sh
+ 1
- 0
examples/standalone/create_standalone.sh
View File
@@ -1 +1,2 @@
#!/bin/sh
PYTHONPATH=../.. python -m lark.tools.standalone json.lark > json_parser.py
Write
Preview
Loading…
Cancel
Save