Erez Sh
f5c7af8ce9
Proposed corrections to PR #970
5 years ago
Erez Sh
5dc44c31e1
Merge branch 'fix_recursion_error_terminal' of https://github.com/MegaIng/lark into MegaIng-fix_recursion_error_terminal
5 years ago
MegaIng
3a4568df24
Reworked grammar to simplify later processing + expand_kids_by_data + tests
5 years ago
MegaIng
c9c33423fc
Fix recursion error for many options in Terminal
5 years ago
Erez Sh
3d3858a30c
README: Added Poetry to 'projects using Lark'
5 years ago
Erez Sh
8f2bef29bc
README: Added link to Lark.js
5 years ago
Erez Shinan
c3fc3fac14
Merge pull request #964 from lark-parser/1.0b
More updates to v1.0
5 years ago
Erez Sh
343c22e218
NotImplemented -> NotImplmementedError
5 years ago
Erez Sh
a8900c13b7
Changed sequence to collection
5 years ago
Erez Sh
f83fd6bf76
Merge branch 'v1.0' into 1.0b
5 years ago
Erez Shinan
be3be1815e
Merge pull request #963 from lark-parser/v1.0-merge-master2
5 years ago
Erez Sh
9f05a3702a
Merge branch 'v1.0' into master_tmp
5 years ago
Erez Sh
554835f19e
Merge remote-tracking branch 'origin/v1.0' into 1.0b
5 years ago
Erez Shinan
b79c449dc3
Merge pull request #959 from lark-parser/v1.0-merge-master
5 years ago
Erez Shinan
82ad512c1a
Merge pull request #960 from michael-k/remove-travis
Remove config for Travis-CI.org
5 years ago
Erez Shinan
c998d0bd2a
Merge pull request #961 from michael-k/python3.10
5 years ago
Michael Käufl
8f73a58a54
Run tests against Python 3.10
5 years ago
Michael Käufl
3269605211
Remove config for Travis CI
5 years ago
Erez Sh
e30eef7a53
Commit latest master to v1.0
5 years ago
Erez Sh
0fddb7fef6
Replace '...' with 'NotImplemented'
5 years ago
Erez Sh
1457e01e7e
Fixes to typing and tests
5 years ago
Erez Sh
7719984298
Merge branch 'v1.0' into 1.0b
5 years ago
Erez Shinan
3e2a61aa14
Merge pull request #926 from chanicpanic/v1.0-typing
5 years ago
Erez Shinan
d637b1179f
Merge pull request #930 from MegaIng/fix-tree_matcher
fix tree_matcher when keep_all_tokens=True by setting sym.filter_out …
5 years ago
Erez Shinan
6282dc9cb6
Merge pull request #956 from sbraz/description
5 years ago
Louis Sautier
f3826ed3d1
Remove ineffective description-file key from setup.cfg
Otherwise, setuptools warns that:
"UserWarning: Usage of dash-separated 'description-file' will not be
supported in future versions. Please use the underscore name
'description_file' instead"
This key doesn't seem to do anything unless you use pbr.
5 years ago
Erez Sh
41b2ba0d3a
Docs: Updated IDE links again
5 years ago
Erez Sh
e8d5e7e30d
Docs: Updated IDE link
5 years ago
Erez Sh
a8473e7e5d
A tiny bit more typing info
5 years ago
Erez Sh
3f507fc073
A few more type annotations, reduce use of inline flags
5 years ago
Erez Shinan
7ee1409128
Merge pull request #952 from lark-parser/MegaIng-better_repeats_refactor
5 years ago
Erez Sh
cf61f78509
Tests: Moved repeat operator tests to test_grammar
5 years ago
Erez Shinan
8b50786ca1
Merge pull request #940 from lark-parser/issue938
5 years ago
Erez Shinan
c019634123
Merge pull request #950 from lark-parser/py3_grammar
5 years ago
Erez Sh
90460f31d9
Refactored PR #949 and edited the comments/docstrings
5 years ago
Erez Sh
953f2534fe
Merge branch 'better_repeats' of https://github.com/MegaIng/lark into MegaIng-better_repeats
5 years ago
MegaIng
3436b33885
Refactor small_factors
5 years ago
MegaIng
fa8565366b
Off-by-one fix + Change of thresholds + fix tests
5 years ago
Erez Sh
6a027982c7
Tiny fix to PR
5 years ago
Erez Sh
6872404f11
Improvements to the Python3 grammar
5 years ago
MegaIng
b4fe22a27d
Python2.7 + comments + Magic constants
5 years ago
MegaIng
845b6fa477
Refactor + tests + additional splitting up.
5 years ago
MegaIng
b0a9afb287
Split up repeats from tilde into different rules.
5 years ago
Erez Sh
55642be13c
Tiny adjustments
5 years ago
Erez Shinan
61973a70f5
Merge pull request #945 from lark-parser/docs_jul22
5 years ago
Erez Sh
5e5bd187a6
Docs: Improved documentation of exceptions
5 years ago
Erez Sh
3e9e5d8449
Refactor: Split class to move code out of standalone section
5 years ago
Erez Sh
8aa4bfbd95
Fixup: moved import to standalone.
5 years ago
Erez Sh
ee75166376
Remove tests for versions below 3.6
5 years ago
Erez Sh
d0f25985af
Fixup: change typehint to Sequence
5 years ago