Browse Source

Updated standalone example

tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.7.1
Erez Shinan 5 years ago
parent
commit
d48e037ca7
2 changed files with 1444 additions and 385 deletions
  1. +1
    -1
      examples/standalone/create_standalone.sh
  2. +1443
    -384
      examples/standalone/json_parser.py

+ 1
- 1
examples/standalone/create_standalone.sh View File

@@ -1 +1 @@
python -m lark.tools.standalone json.lark > json_parser.py
PYTHONPATH=../.. python -m lark.tools.standalone json.lark > json_parser.py

+ 1443
- 384
examples/standalone/json_parser.py
File diff suppressed because it is too large
View File


Loading…
Cancel
Save