Erez Sh
|
09bcababcd
|
Docs & Examples, small improvements
|
4 years ago |
Sasank Chilamkurthy
|
582e9ab935
|
move advanced examples to a different folder
|
4 years ago |
Sasank Chilamkurthy
|
cb8a549896
|
inital sphinx gallery
|
4 years ago |
Erez Shinan
|
847870fdc8
|
Improved documentation and code style (minor)
|
6 years ago |
Erez Shinan
|
33caa391d5
|
Breaking backwards compatibility:
* Removed the scanless parsing feature (dynamic lexing is king)
* Default LALR lexer is now contextual
|
6 years ago |
Erez Shinan
|
feb95ec64d
|
Earley now uses dynamic lexer by default. Bump to version 0.3.0
|
7 years ago |
Erez Shinan
|
a73cc9ad90
|
Re-wrote the Earley parser to use a parse-forest
It now knows how to resolve ambiguity! And in a memory-efficient way!
|
8 years ago |
Erez Shinan
|
c1fbb3214c
|
Earley.lexer = None as default now
|
8 years ago |
Erez Shinan
|
4397d38daa
|
Some fixes in examples
|
8 years ago |
Erez Shinan
|
c9b45823ed
|
Better support for scanless parsing
|
8 years ago |
Erez Shinan
|
a5a20a423a
|
Changed parser/lexer interface in lark. Bumped minor version
|
8 years ago |
Erez Shinan
|
d4425887d6
|
Added conf.py example and indenter support in contextual lexing
|
8 years ago |
Erez Shinan
|
da15f99edb
|
Added the earley_nolex frontend, and a conf_nolex example to use it
|
8 years ago |