|
3 years ago | |
---|---|---|
.. | ||
README.md | 3 years ago | |
combined_csv_and_json.txt | 3 years ago | |
csv.lark | 3 years ago | |
eval_csv.py | 3 years ago | |
eval_json.py | 3 years ago | |
json.lark | 3 years ago | |
main.py | 3 years ago | |
storage.lark | 3 years ago |
This example shows how to do grammar composition in Lark, by creating a new file format that allows both CSV and JSON to co-exist.
We show how, by using namespaces, Lark grammars and their transformers can be fully reused - they don’t need to care if their grammar is used directly, or being imported, or who is doing the importing.
See main.py
for more details.