|
|
@@ -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 |
|
|
|
|
|
|
|
from json_parser import Lark_StandAlone, Transformer, inline_args |
|
|
|