Erez Sh
|
8757e39397
|
Moved Python3 grammar to stdlib as python.lark
|
3 years ago |
Erez Sh
|
61c4512cf3
|
Rename lexer: Standard/Traditional -> Basic
|
3 years ago |
Erez Sh
|
53b58e7137
|
Examples: Added correct type-info to the create_ast example
|
3 years ago |
Erez Sh
|
9638ad8edb
|
ast_utils: Refactor and improve interface
|
3 years ago |
Erez Sh
|
8f7e50e520
|
Examples: Removed warnings from python3.lark
|
3 years ago |
Erez Sh
|
df269f6121
|
Examples: Fixed python3.lark for reconstruction (but maybe a bug in reconstructor?)
|
3 years ago |
Erez Sh
|
d26a1c5bc6
|
BUGFIX: Regression in lexer-only mode (parser=None)
|
3 years ago |
Peter Wienemann
|
d28eba4f9a
|
Fix typos in comment of example code
|
3 years ago |
Erez Sh
|
ca1131a3a1
|
Examples: Moved example into 'composition' folder, and improved it
|
3 years ago |
Robin A. Dorstijn
|
fb8800914b
|
Added advanced example for merge_transformers
|
3 years ago |
MegaIng
|
8908b4bd64
|
Updated docstrings
|
3 years ago |
MegaIng
|
c592493012
|
Added example using dynamic_complete (Thanks @x_TheGreyHat_x)
|
3 years ago |
Erez Sh
|
e30eef7a53
|
Commit latest master to v1.0
|
3 years ago |
Erez Sh
|
6a027982c7
|
Tiny fix to PR
|
3 years ago |
Erez Sh
|
6872404f11
|
Improvements to the Python3 grammar
|
3 years ago |
Erez Sh
|
7fdd59849b
|
Examples: A few minor changes
|
4 years ago |
Erez Sh
|
385c35f506
|
Examples: Better doc for create_ast
|
4 years ago |
Erez Sh
|
22c289126f
|
Rename ParserPuppet -> InteractiveParser
|
4 years ago |
Erez Sh
|
e24e06bb13
|
Added ast_utils + example
|
4 years ago |
Erez Sh
|
e0e698938c
|
Examples: Fixes to paths (Issue #780)
|
4 years ago |
Erez Sh
|
8cfe52fb77
|
Examples: Added example of extending the Python grammar
|
4 years ago |
Erez Sh
|
09bcababcd
|
Docs & Examples, small improvements
|
4 years ago |
MegaIng1
|
d98925525f
|
Fix for slices getting reduce to single getitem
|
4 years ago |
Erez Sh
|
f32014cc7b
|
Example: Friendlier reconstruct_python.py
|
4 years ago |
MegaIng1
|
02035aa141
|
Added example + Corrected python3.lark
|
4 years ago |
MegaIng1
|
8b4f874d3d
|
added example grammar_building.py
|
4 years ago |
Erez Sh
|
f285cda4f2
|
Earley error reporting - initial (Issue #760)
|
4 years ago |
Erez Sh
|
cd78243b82
|
Examples: Added new syntax to python grammar
|
4 years ago |
Erez Sh
|
bc3923aed8
|
Added more terminals to grammars/ folder
|
4 years ago |
Chanic Panic
|
f8a51ca087
|
Write examples for ForestVisitor and TreeForestTransformer
|
4 years ago |
Erez Sh
|
1ad46b2a9a
|
Fixed examples (Issue #669)
|
4 years ago |
Erez Sh
|
c9bd6d491f
|
Fixes for examples
|
4 years ago |
Sasank Chilamkurthy
|
582e9ab935
|
move advanced examples to a different folder
|
4 years ago |