Erez Sh
b92d15d63f
NOTE: 'master' branch has been rebased
I (erez) rebased the 'master' branch due to a special circumstance, inolving one of the contributors.
I really hope that won't happen again. If it broke your build or patch, I sincerely apologize, and please let me know.
5 years ago
Michael Heyvaert
c00f4448fa
fix custom lexer handling for lalr parser + test
5 years ago
Erez Shinan
464f720385
Fix links in README (Issue #422 )
5 years ago
Erez Shinan
def1d2931c
Fixed partials (Issue #398 )
5 years ago
Erez Shinan
59f3a5707b
Fixed partials (Issue #398 )
5 years ago
night199uk
dc3c009dca
Tweak the Earley ambiguity algorithm to correctly prefer earlier branches
5 years ago
night199uk
dc94ebc42f
Fix Earley non-determinism
Rule.order should be set as the index of each expansion with rules
of the same name (e.g: a : b # rule.order 1 | c # rule.order 2).
5 years ago
night199uk
d845aa3bf1
Add debug flag to Early and XEarley to allow dumping the SPPF
5 years ago
Erez Sh
4266db9ca1
Fix for readthedocs (yet another attempt)
5 years ago
Erez Sh
06bc432de3
Fix for readthedocs (another attempt)
5 years ago
Erez Sh
4bf67aa2d6
Fix for readthedocs
5 years ago
Erez Sh
ad9a9cf37a
Added readthedocs.yml (Issue #426 )
5 years ago
Erez Shinan
7e8488d1a0
Fixed issue #425 , keeping in mind unicode issue #411
5 years ago
Erez Shinan
d5036eefdd
Serialize tool: Multiple start symbols + bugfix
5 years ago
Erez Sh
3cdee35af5
Version bump
5 years ago
Erez Shinan
9ca74d7f67
Added the serialize tool for exporting Lark state & analysis
5 years ago
Erez Shinan
71c4abfb24
Fixed error message (Issue #380 )
5 years ago
Erez Shinan
c5c763580e
Fixed test for newline detection
5 years ago
Fábio Macêdo Mendes
03ae3e1c0f
Add .idea (Pycharm) to .gitignore
5 years ago
Fábio Macêdo Mendes
1e4dbac58c
Fix undetected newlines on ignored tokens
5 years ago
Fábio Macêdo Mendes
e8c67839c2
Test if lexer correctly detects newlines
5 years ago
Erez Shinan
8466981c08
Cleanup
5 years ago
Erez Shinan
de24fa055d
Saving _hash for symbols isn't necessary
5 years ago
Raekye
0c59cba3f5
implement DeRemer and Pennello's lookahead algorithm for LALR(1)
5 years ago
Raekye
6f412c25b7
LALR optimizations and profiling
5 years ago
Raekye
fe2869bd63
merge lalr parser
5 years ago
Raekye
21c41e54a9
lalr parser
5 years ago
Erez Shinan
dd3a812fea
Version bump (0.7.2)
5 years ago
Erez Shinan
7add0e1f3f
Memoize get_regexp_width (Issue #413 )
5 years ago
Erez Shinan
0d164bd344
Added get_terminal() method (Issue #412 )
5 years ago
Erez Shinan
d952f2a069
Token values are now always unicode (resolves issue #411 )
5 years ago
Erez Shinan
8e9da6a6d6
Minor optimization in LALR (and fix for last commit)
5 years ago
Erez Shinan
39b0d76914
Minor optimization in LALR (thanks to @Raekye )
5 years ago
Erez Shinan
c87cbc6322
Removed some dead code
5 years ago
Erez Shinan
e3cbd7aadc
Negative priority now allowed in rules and tokens. Updated docs about priority
5 years ago
Erez Shinan
94e7e82a19
Updated docstrings for multiple start symbols
5 years ago
Erez Shinan
79ca7616dd
Merge branch 'master' into lalr_refactor2
5 years ago
Erez Shinan
505c46e9ba
Cleaned up a test
5 years ago
Erez Sh
be2e860c83
Added to tests: Make sure the standalone parser is reusable
6 years ago
Erez Shinan
bcc4e67bce
CYK also working
5 years ago
Erez Shinan
2625d68869
multi start, all tests passing except cyk
5 years ago
Erez Shinan
71fe87964a
Small refactor in grammar analysis
5 years ago
Erez Shinan
f1e844accd
Mid work. Not promising
5 years ago
Erez Shinan
39a17f1d56
Fixed broken link in docs (Issue #399 )
6 years ago
Erez Shinan
f814d91f9d
Removed possibly problematic code (Issue #372 )
6 years ago
Erez Shinan
db4ae9d20b
Merge pull request #393 from davaya/master
Clarify handling of filtered terminals
6 years ago
David Kemp
6a14e25f40
Update description of terminals
6 years ago
David Kemp
9a64d2124b
Clarify handling of filtered terminals
6 years ago
Erez Shinan
335be9d289
Update README.md
6 years ago
Erez Shinan
8e81dc0061
Update "Projects using Lark"
6 years ago