1444 Commits (3e2a61aa1483a6fd90d2a0bbd9ef066082d0899c)
 

Author SHA1 Message Date
  Erez Shinan 3e2a61aa14
Merge pull request #926 from chanicpanic/v1.0-typing 3 years ago
  Chanic Panic 804114d1ff Remove default values on type declarations and mark ClassVars 3 years ago
  Chanic Panic 4bc9445238 Corrections for PR and some mypy errors 3 years ago
  Chanic Panic 1c4af01a11 Update mypy workflow 3 years ago
  Chanic Panic bca7c79b1f Declare instance variable types at class level 3 years ago
  Chanic Panic be76059015 Merge the Literal types 3 years ago
  Chanic Panic 433adeeaff Last batch of .pyi files 3 years ago
  Erez Sh a5f3ec4d0c Small fix to setup.py 3 years ago
  Chanic Panic 089bc2b523 More .pyi merging 3 years ago
  Chanic Panic d7b819e9ce Continue merging .pyi files 3 years ago
  Erez Sh 9b77270502 Removed code relevant to versions below 3.6 3 years ago
  Chanic Panic 8d0cdeeb14 Start merging .pyi files 3 years ago
  Erez Sh ff686fc89a Remove more Python 2 code 3 years ago
  Erez Sh def06dbc08 Remove tests for Python 2 3 years ago
  Erez Sh d54f68530a Remove tests for Python 2 3 years ago
  Erez Sh 8d082b577f Remove tests for Python 2 3 years ago
  Erez Sh eb45324146 Removed deprecated code 3 years ago
  Erez Sh 8a00284700 Removed some of the Python2 compatibility code 3 years ago
  Erez Sh 44a20c850e Small fix 3 years ago
  Erez Sh 0ad4e8a177 Merge branch 'fix-888' of https://github.com/MegaIng/lark into MegaIng-fix-888 3 years ago
  Erez Shinan 52af15b3b3
Merge pull request #910 from nandeeka/master 3 years ago
  Erez Shinan 605b948a6b
Merge pull request #921 from MegaIng/reconstructor-fixes 3 years ago
  MegaIng 67bbb3dc21 Update reconstruct.pyi + add insert_spaces 3 years ago
  MegaIng c44bb3e0cd Raise a GrammarError on empty string literal. 3 years ago
  Nandeeka Nayak a50aaaa924 Fix scan_values() type stub 3 years ago
  Erez Shinan e4904b32da
Merge pull request #907 from lark-parser/propagate_positions_fix2 3 years ago
  Erez Sh ae4504e0da Fixed .pyi file for propagate_positions 3 years ago
  Erez Sh 8c839959ad Fixed .pyi file for Token.start_pos 3 years ago
  Erez Sh bf7b1f49ca Fixed Lark's docstring for propagate_positions 3 years ago
  Erez Sh 2737e5cfe0 Added option: propagate_positions='ignore_ws' 3 years ago
  Erez Sh c00a621f62 Small fixes to PR 3 years ago
  Erez Sh 775f6f2b3e Small fix to propagate positions: remove preceding/trailing whitespace 3 years ago
  Erez Sh 2409065529 Refactor PropagatePositions, change Token.pos_in_stream to start_pos 3 years ago
  Erez Sh bd71503e76 Docs: fix bad link 3 years ago
  Erez Sh 22f50e9490 Examples: A minor fix 3 years ago
  Erez Sh 7fdd59849b Examples: A few minor changes 3 years ago
  Erez Sh f7cde8766d Remove tiny dead code 3 years ago
  Erez Shinan 1a16989c8a
Merge pull request #878 from MegaIng/better-regex-support 3 years ago
  Erez Sh 116b8f2058 Docs: Added more methods for interactive parser 3 years ago
  Erez Sh e349ea166e README: Fix link to codecov 3 years ago
  Erez Sh 9fbe6ae67a Code cov: Run again with different token 3 years ago
  Erez Sh 56b4931e41 Code cov: Attempt to fix, properly this time 3 years ago
  Erez Sh b3ea846025 Code cov: Attempt to fix 3 years ago
  Erez Sh 03989000ea Code cov: Attempt to fix 3 years ago
  Erez Sh a2107daee6 Tests: Fixed for pytest 3 years ago
  Erez Shinan 3b2bf47dc4
Merge pull request #889 from tsangwpx/master 3 years ago
  Aaron Tsang 11eafa3e9e Support 32bit unicode escape sequence 3 years ago
  Erez Sh 6348538eb6 Docs: Added ast_utils 3 years ago
  Erez Sh 0ba8fa745d Docs: Added more Lark methods to the API reference 3 years ago
  Erez Shinan 35cabfdddf
Merge pull request #862 from chanicpanic/ftpt-cache 3 years ago