Erez Sh
88d4659c29
Improvements to puppet + other small stuff
4 years ago
Erez Shinan
756aa0354f
Merge pull request #680 from TG-Techie/evalable_repr
4 years ago
TG-Techie
b733ce4384
Merge pull request #2 from TG-Techie/master
added test
4 years ago
TG-Techie
9cebf44091
Merge branch 'evalable_repr' into master
4 years ago
Jonah Yolles-Murphy
b82f7177cb
added test
4 years ago
Chanic Panic
9db869cc80
Add PackedData class
4 years ago
TG-Techie
e4de6fc3de
Merge pull request #1 from lark-parser/master
pull error fix form upstream commit
4 years ago
Erez Sh
968d1652d8
Fixed issue in grammar error-reporting due to unordered dict (changed it to list)
4 years ago
Chanic Panic
b89ee6b2fc
Write tests for TreeForestTransformer
4 years ago
Chanic Panic
9c967fafb0
Add ambiguity='forest' option
4 years ago
Chanic Panic
607f984523
Create TreeForestTransformer
4 years ago
Chanic Panic
93d70e8a41
Replace ForestToTreeVisitors with ForestToParseTree
4 years ago
Chanic Panic
4adc871bf1
Add ForestTransformer
4 years ago
Chanic Panic
67ae0e2b16
Moderate updates and improvements to ForestVisitor
- add methods for visiting intermediate nodes
- add method to notify subclass of cycles
- support returning iterables of nodes from visit*node_in functions
- remove result and visit return value
- also add children property to PackedNode
4 years ago
TG-Techie
d08418e059
Merge branch 'master' into evalable_repr
4 years ago
Jonah Yolles-Murphy
6cd706279a
make Trees and Tokens' reprs' evalable
4 years ago
Erez Sh
4e37b754f5
Merge branch 'omega16-graphivz_dot_output'
4 years ago
Erez Sh
078fa150be
Adjusted features.md and README.md
4 years ago
Erez Sh
d238541916
Merge branch 'graphivz_dot_output' of https://github.com/omega16/lark into omega16-graphivz_dot_output
4 years ago
Erez Sh
fe89296193
Improved load_grammar's error messages, and added tests
4 years ago
Omega16
0b99356a39
added make_dot
4 years ago
Omega16
3edd27f3df
Added mention to lark output as dot or png
4 years ago
Omega16
a01de190d3
Added pydot__tree_to_dot and pydot__tree_to_graph, changed pydot__tree_to_png
4 years ago
Erez Sh
b87acedac4
Fixed docs. Added support for hashing ParserPuppet
4 years ago
Erez Sh
1ad46b2a9a
Fixed examples (Issue #669 )
4 years ago
Erez Sh
c9bd6d491f
Fixes for examples
4 years ago
Erez Shinan
89accea61c
Merge pull request #672 from lark-parser/tree_matcher
4 years ago
Erez Sh
42ada346cd
Corrected docstring
4 years ago
Erez Shinan
d407280746
Merge pull request #668 from chsasank/sasank/sphinx-gallery
requirements for docs
4 years ago
Erez Shinan
a88d3b0ee2
Merge pull request #667 from lark-parser/tree_matcher
Refactored reconstructor out into tree_matcher
4 years ago
Sasank Chilamkurthy
29a877ce35
requirements for docs
4 years ago
Erez Sh
6f48b23383
Fix imports
4 years ago
Erez Sh
f565c1edcd
Merge branch 'chsasank-sasank/sphinx-gallery'
4 years ago
Erez Sh
afebbf7348
Adjustments
4 years ago
Erez Sh
5b0dfca317
Merge branch 'sasank/sphinx-gallery' of https://github.com/chsasank/lark into chsasank-sasank/sphinx-gallery
4 years ago
Erez Sh
afde561ac3
Refactored reconstructor out into tree_matcher. Functionality should stay the same.
4 years ago
Sasank Chilamkurthy
6d0bff5d40
add sphinx-gallery to doc requirements
4 years ago
Sasank Chilamkurthy
582e9ab935
move advanced examples to a different folder
4 years ago
Sasank Chilamkurthy
e910acffb1
no symlink
4 years ago
Erez Sh
96b0cfbbc4
Docs: error in docs..
4 years ago
Erez Sh
49914424df
Docs: Tiny fix (rst)
4 years ago
Erez Sh
fdd5c83588
Updated docstring for Token
4 years ago
Erez Shinan
fc9d17e06c
Merge pull request #664 from starwarswii/patch-1
4 years ago
starwarswii
10dd3d7299
corrected caret placement in error messages due to tabs
fixes #663
4 years ago
Sasank Chilamkurthy
cb8a549896
inital sphinx gallery
4 years ago
Erez Shinan
4bc8b9e29e
Merge pull request #661 from chanicpanic/handle-ambiguous-intermediates
4 years ago
Erez Shinan
418cdda526
Merge pull request #662 from chsasank/sasank/docs-2
add end options in docstring
4 years ago
Sasank Chilamkurthy
298e7cfce6
add end options in docstring
4 years ago
Chanic Panic
f89b1549dd
Write tests for ambiguous intermediate nodes in the SPPF
4 years ago
Chanic Panic
e459f28743
Add AmbiguousIntermediateExpander
4 years ago