This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
lark
mirror of
https://github.com/lark-parser/lark.git
Watch
1
Star
1
Fork
You've already forked lark
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b5e02c58af
lark
/
examples
/
standalone
/
create_standalone.sh
3 lines
86 B
Bash
Raw
Normal View
History
Unescape
Escape
Added shebang to example script (Issue #504)
2020-01-16 10:21:40 +00:00
#!/bin/sh
Updated standalone example
2019-04-09 11:25:44 +00:00
PYTHONPATH
=
../.. python -m lark.tools.standalone json.lark > json_parser.py