1456 Commits (3e9e5d84497acae2941c4a4f4d5692ca4dcd5f8e)
 

Author SHA1 Message Date
  Erez Sh 3e9e5d8449 Refactor: Split class to move code out of standalone section 4 years ago
  Erez Sh 8aa4bfbd95 Fixup: moved import to standalone. 4 years ago
  Erez Sh ee75166376 Remove tests for versions below 3.6 4 years ago
  Erez Sh d0f25985af Fixup: change typehint to Sequence 4 years ago
  Erez Sh ead7a04473 Small fix 4 years ago
  Erez Sh 9c975d932c Merge branch 'master' into 1.0a 4 years ago
  Erez Sh 87a18a098e Tiny fix: MakeParsingFrontend is a regular method, not a classmethod 4 years ago
  Erez Sh 7cb8acbe54 Bugfix for deepcopy + small unrelated refactor (issue #938) 4 years ago
  Erez Shinan be4a7af62b
Merge pull request #942 from MegaIng/patch-4 4 years ago
  MegaIng 688c581949
Updated a few links 4 years ago
  Erez Shinan 8b5d85605c
Merge pull request #935 from lark-parser/propagate_containers 4 years ago
  Erez Sh f14ff6d4d1 Fixed tests to use meta (Tree.column is deprecated) 4 years ago
  Erez Sh c953dd9505 Tests: Added a test case demonstrating the need for calculating containers 4 years ago
  Erez Sh d7d02e9308 Tiny comment fix 4 years ago
  Erez Sh a13cfcef55 Bugfix in propagate_positions: Corrected to account for 'container nodes' 4 years ago
  Erez Shinan eb2b0b9166
Merge pull request #932 from lark-parser/refactor_jun2021 4 years ago
  Erez Sh 24f653080f More minor refactorings 4 years ago
  Erez Sh 3bc070bc1d Change how propagate_positions work 4 years ago
  Erez Sh da3a993d02 lexer.py: Small simplification 4 years ago
  Erez Sh e5991739ee lexer.py: Small refactor 4 years ago
  Erez Sh 389e7fbf5c lexer.py: Refactored mres operations into a Scanner class. 4 years ago
  Erez Sh a5f3ec4d0c Small fix to setup.py 4 years ago
  Erez Sh 9b77270502 Removed code relevant to versions below 3.6 4 years ago
  Erez Sh ff686fc89a Remove more Python 2 code 4 years ago
  Erez Sh ec2ba8826e Docs fix + cleanup 4 years ago
  Erez Sh def06dbc08 Remove tests for Python 2 4 years ago
  Erez Sh d54f68530a Remove tests for Python 2 4 years ago
  Erez Sh 8d082b577f Remove tests for Python 2 4 years ago
  Erez Sh eb45324146 Removed deprecated code 4 years ago
  Erez Sh 8a00284700 Removed some of the Python2 compatibility code 4 years ago
  Erez Sh 44a20c850e Small fix 4 years ago
  Erez Sh 0ad4e8a177 Merge branch 'fix-888' of https://github.com/MegaIng/lark into MegaIng-fix-888 4 years ago
  Erez Shinan 52af15b3b3
Merge pull request #910 from nandeeka/master 4 years ago
  Erez Shinan 605b948a6b
Merge pull request #921 from MegaIng/reconstructor-fixes 4 years ago
  MegaIng 67bbb3dc21 Update reconstruct.pyi + add insert_spaces 4 years ago
  MegaIng c44bb3e0cd Raise a GrammarError on empty string literal. 4 years ago
  Nandeeka Nayak a50aaaa924 Fix scan_values() type stub 4 years ago
  Erez Shinan e4904b32da
Merge pull request #907 from lark-parser/propagate_positions_fix2 4 years ago
  Erez Sh ae4504e0da Fixed .pyi file for propagate_positions 4 years ago
  Erez Sh 8c839959ad Fixed .pyi file for Token.start_pos 4 years ago
  Erez Sh bf7b1f49ca Fixed Lark's docstring for propagate_positions 4 years ago
  Erez Sh 2737e5cfe0 Added option: propagate_positions='ignore_ws' 4 years ago
  Erez Sh c00a621f62 Small fixes to PR 4 years ago
  Erez Sh 775f6f2b3e Small fix to propagate positions: remove preceding/trailing whitespace 4 years ago
  Erez Sh 2409065529 Refactor PropagatePositions, change Token.pos_in_stream to start_pos 4 years ago
  Erez Sh bd71503e76 Docs: fix bad link 4 years ago
  Erez Sh 22f50e9490 Examples: A minor fix 4 years ago
  Erez Sh 7fdd59849b Examples: A few minor changes 4 years ago
  Erez Sh f7cde8766d Remove tiny dead code 4 years ago
  Erez Shinan 1a16989c8a
Merge pull request #878 from MegaIng/better-regex-support 4 years ago