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
Examples: A minor fix
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0
Erez Sh
5 years ago
parent
7fdd59849b
commit
22f50e9490
2 changed files
with
11 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/standalone/README.md
+10
-0
examples/standalone/json_parser_main.py
+ 1
- 1
examples/standalone/README.md
View File
@@ -3,7 +3,7 @@
To initialize, cd to this folder, and run:
To initialize, cd to this folder, and run:
```
`
bash
```bash
./create_standalone.sh
./create_standalone.sh
```
```
+ 10
- 0
examples/standalone/json_parser_main.py
View File
@@ -1,3 +1,13 @@
"""
Standalone Parser
===================================
This example demonstrates how to generate and use the standalone parser,
using the JSON example.
See README.md for more details.
"""
import sys
import sys
from json_parser import Lark_StandAlone, Transformer, inline_args
from json_parser import Lark_StandAlone, Transformer, inline_args
Write
Preview
Loading…
Cancel
Save