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
Chanic Panic
b076efadff
Create CompleteForestToAmbiguousTreeVisitor
4 years ago
Erez Sh
c4423910ff
Merge branch 'julienmalard-master'
4 years ago
Erez Sh
023709f710
Added comment
4 years ago
Erez Sh
c015e02336
Merge branch 'master' of https://github.com/julienmalard/lark into julienmalard-master
4 years ago
Erez Shinan
0caa62195c
Merge pull request #660 from MegaIng/patch-1
Fixed Failing tests
4 years ago
MegaIng
f86c4cf14d
Fixed Failing tests
4 years ago
julienmalard
a768506945
Erez's idea
4 years ago
Erez Sh
7538ea4423
Merge branch 'chsasank-sasank/docs-2'
4 years ago
Erez Sh
2af0ac2087
Docs: Adjustments
4 years ago
Sasank Chilamkurthy
a5495189d9
convert part of md to rst
4 years ago
Erez Sh
358bf98e4b
Merge branch 'chsasank-sasank/docs'
4 years ago
Erez Sh
0664cbd3d3
Merge branch 'sasank/docs' of https://github.com/chsasank/lark into chsasank-sasank/docs
4 years ago
Sasank Chilamkurthy
e6edc109b7
options part of lark.Lark's docs
4 years ago