nick black
|
5e11a7122b
|
grammar.md: fix typos, reduce some language
|
4 years ago |
Erez Shinan
|
29e99465bc
|
Merge pull request #553 from MegaIng/pyinstaller
Added hook-lark.py and the required lines in setup.py
|
4 years ago |
Erez Shinan
|
bbf87fed3c
|
Update issue templates
|
4 years ago |
Erez Shinan
|
7d6a3a2a3f
|
Update issue templates
|
4 years ago |
Erez Sh
|
61b76a1fd0
|
Updated README about syntax highlighting for intellij
|
4 years ago |
MegaIng1
|
20834d89d9
|
Added hook-lark.py and the required lines in setup.py
|
4 years ago |
Erez Sh
|
dcc98241c1
|
Improved handling and performance of large grammars
|
4 years ago |
Erez Sh
|
fb00e6a134
|
Added visitors.Transformer_NonRecursive. Improved support for big grammars (issue #550)
|
4 years ago |
Erez Sh
|
9cc57abd8a
|
Added 'cache' option to Lark (Issue #479)
|
4 years ago |
Erez Sh
|
33220c5a34
|
Re-wrote the intro
|
4 years ago |
Erez Sh
|
93aaf9d487
|
Merge branch 'template_rules' of https://github.com/MegaIng/lark
|
4 years ago |
MegaIng1
|
1b5ffc0660
|
Added the ability to use templates as template arguments. Error reporting should still be horrible.
|
4 years ago |
Erez Sh
|
2d1a058f0d
|
Merge branch 'template_rules' of https://github.com/MegaIng/lark
|
4 years ago |
MegaIng1
|
40148d310c
|
fix for python2.7
|
4 years ago |
MegaIng1
|
a716f54b22
|
slight improvement for alias of templates
|
4 years ago |
MegaIng1
|
20a2f690ca
|
Correct behaviour of aliases for templates (attempt 2)
|
4 years ago |
Erez Sh
|
b2f99f9933
|
Version bump due to bad release (Issue #545)
|
4 years ago |
Erez Sh
|
7d5e0146da
|
Version bump due to bad release (Issue #545)
|
4 years ago |
Erez Sh
|
f5cdde2f7a
|
Pypy in github actions
|
4 years ago |
Erez Sh
|
d79e08f36b
|
Update js2py version to support Python 3.8
|
4 years ago |
Erez Sh
|
d862d66efc
|
Github actions doesn't support 3.4
|
4 years ago |
Erez Sh
|
74b85dde05
|
Retrying github actions
|
4 years ago |
Erez Sh
|
ba3b9076c0
|
Attempt to add tests to github actions
|
4 years ago |
MegaIng1
|
3861ee7e07
|
Correct behaviour of aliases for templates
|
4 years ago |
MegaIng1
|
6d3477bbc7
|
Updated lark.lark + added template_lark.lark, showcasing templates
|
4 years ago |
MegaIng1
|
2daca647d4
|
Unified rules and templates
|
4 years ago |
Erez Sh
|
d408959479
|
Version Bump
|
4 years ago |
MegaIng1
|
8bf5da697a
|
Added test for template imports and implemented them
|
4 years ago |
MegaIng1
|
0c1c48411d
|
Added test for recursive templates + implemented them
|
4 years ago |
MegaIng1
|
b8f8448a0b
|
Implemented Templates
|
4 years ago |
MegaIng1
|
ed17512c3a
|
Corrected & Simplified test
|
4 years ago |
MegaIng1
|
9f04c7f754
|
Merge branch 'master' into template_rules
|
4 years ago |
Erez Sh
|
acde77eef8
|
Nicer and more correct documentation
|
4 years ago |
Erez Sh
|
c146af9c50
|
Merge branch 'MegaIng-global_flags'
|
4 years ago |
MegaIng1
|
926c98bd41
|
Renamed global_flags to g_regex_flags
|
4 years ago |
MegaIng1
|
732a835b53
|
Added template tests
|
4 years ago |
MegaIng1
|
1f79a8dfce
|
Added template syntax
|
4 years ago |
MegaIng1
|
3a97029853
|
Added global_flags option to Lark (+ test)
|
4 years ago |
Erez Sh
|
3b901a06b0
|
Added docs (Spurred by issue #510)
|
4 years ago |
Erez Shinan
|
f807bed510
|
Merge pull request #533 from vertexproject/stub-fix
Fix lexer_callback arg in stub for Lark constructor
|
4 years ago |
nic
|
505e0a98c5
|
Merge branch 'master' into stub-fix
|
4 years ago |
Erez Sh
|
3a04f49860
|
Fixed 'end_pos' for xearley, 2nd try (issue #534)
|
5 years ago |
Erez Sh
|
a84788087b
|
Fixed 'end_pos' for xearley (issue #534)
|
5 years ago |
Erez Sh
|
7538c93080
|
Fixed for mypy (including issue #532)
|
5 years ago |
nic
|
97975532ac
|
Fix lexer_callback arg in stub for Lark constructor
|
5 years ago |
Erez Sh
|
7aad07dc65
|
Updated docs (Issue #417)
|
5 years ago |
Erez Sh
|
ceee0642e1
|
Docs: Added mention for type stubs
|
5 years ago |
Erez Sh
|
aa82f5a28a
|
Version bump
|
5 years ago |
Erez Sh
|
9ec9acf115
|
The standalone parser is now licensed under MPL2 (instead of GPL) (Issue #507)
|
5 years ago |
Erez Sh
|
21d2016fca
|
Added methods for saving/loading Lark instances with pickle (Issue #479)
|
5 years ago |