Erez Sh
7dc00179e6
Lark now loads faster
- Refactored lexer interface into LexerConf
- Lexer now compiles regexps only when used (especially useful for ContextualLexer)
- Lexer now doesn't validate on deserialize (noticable speedup)
5 years ago
Erez Sh
11ef9a18fe
Improved documentation
5 years ago
Erez Sh
2c49cc6e45
Version Bump
5 years ago
Erez Sh
601f050645
Added docs for ParserPuppet
5 years ago
Erez Sh
47fb971325
Merge remote-tracking branch 'origin/master'
5 years ago
Erez Sh
e5db096b9f
Merge branch 'regex'
5 years ago
Erez Sh
12d95c37af
Small fixes
5 years ago
Erez Sh
1ef0e1832e
Merge branch 'regex' of https://github.com/julienmalard/lark into julienmalard-regex
5 years ago
julienmalard
9e5108b566
Not needed anymore?
5 years ago
julienmalard
b90ac434d2
· character was causing problems in pypy3
5 years ago
Erez Shinan
bd02a5a2f1
Merge pull request #597 from aleh-arol/enhancement/match_examples_to_favor_token_type
5 years ago
julienmalard
3f524c88c9
Apparently still need re
5 years ago
julienmalard
2ed40237a5
Removed unnecessary imports
5 years ago
julienmalard
b5e02c58af
Fix reorganised tests
5 years ago
julienmalard
09e80a5c9e
Fixed tests
5 years ago
Aleh Arol
e6daf51f25
Make token type check fallback disabled by default
5 years ago
Erez Sh
985c38e0e0
Documentation fix (Removed bloat from README)
5 years ago
Erez Sh
d5e6ac6611
Merge branch 'regex' of https://github.com/julienmalard/lark into julienmalard-regex
5 years ago
julienmalard
c319ace48d
Update README.md
5 years ago
julienmalard
e22536fc9b
Updated stubs
5 years ago
julienmalard
5fe67b9fc4
Merged test requirements
5 years ago
julienmalard
a163b344b3
Found it!
5 years ago
julienmalard
959d05ad36
Try with extras_require
5 years ago
julienmalard
1465ac7353
Added `regex` extras dependency
5 years ago
julienmalard
797195d8ad
Removed debug print
5 years ago
julienmalard
857f71e3aa
Added regex tests to tox.
5 years ago
julienmalard
86a162d6d8
Added `regex` module as optional mode.
5 years ago
Erez Sh
cc1092bd53
Refactored puppet + small fixes
5 years ago
Erez Sh
41ade56723
Typo
5 years ago
Erez Sh
5e82c668a4
Merge branch 'puppet'
5 years ago
Erez Sh
3b3a8c1c92
Added docs for on_error
5 years ago
Erez Sh
66a073d0aa
Added support for error handling, using a puppet parser.
TODO: Add docs
5 years ago
Erez Sh
4463524b3a
Puppet initial
5 years ago
Erez Sh
e12e1ccbf9
Minor refactor
5 years ago
Erez Sh
d2499d8a71
Version bump
5 years ago
Erez Sh
323ed2a9fe
Fixed setup.py.. again (Issue #600 )
5 years ago
Erez Sh
46bb1e1d63
Cache now also depends on the Lark version
5 years ago
Erez Sh
a2d3e6332f
Version bump
5 years ago
Erez Sh
3bee21051e
Reverted changes regarding EOF
5 years ago
Erez Sh
20a9e3039f
Version bump
5 years ago
Erez Sh
a644406690
Fixed setup.py (Issue #600 )
5 years ago
Erez Sh
d4588ae538
Merge branch 'end_symbol3'
5 years ago
julienmalard
382489e020
All tests pass now (local testing)
5 years ago
Erez Sh
4fbae1253f
Version bump
5 years ago
Erez Sh
88b4c64586
Added links to Lark IDE
5 years ago
Erez Sh
42e9f1486c
Fix for ide in github pages (no underscores)
5 years ago
Erez Sh
8d9cc8db7a
Added ide to github pages
5 years ago
Erez Sh
87bc7aa914
Added ide to github pages (initial)
5 years ago
Erez Shinan
9e6b1b9582
Set theme jekyll-theme-slate
5 years ago
Erez Shinan
9e7eb48855
Set theme jekyll-theme-minimal
5 years ago