1479 Commits (fc24666f37304954a7508fd77638bbb529deaba6)
 

Author SHA1 Message Date
  Erez Sh 389e7fbf5c lexer.py: Refactored mres operations into a Scanner class. 4 years ago
  MegaIng bdcd2e0011 fix tree_matcher when keep_all_tokens=True by setting sym.filter_out correctly. 4 years ago
  Erez Sh ec2ba8826e Docs fix + cleanup 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 5 years ago
  Erez Sh 22f50e9490 Examples: A minor fix 5 years ago
  Erez Sh 7fdd59849b Examples: A few minor changes 5 years ago
  Erez Sh f7cde8766d Remove tiny dead code 5 years ago
  Erez Shinan 1a16989c8a
Merge pull request #878 from MegaIng/better-regex-support 5 years ago
  Erez Sh 116b8f2058 Docs: Added more methods for interactive parser 5 years ago
  Erez Sh e349ea166e README: Fix link to codecov 5 years ago
  Erez Sh 9fbe6ae67a Code cov: Run again with different token 5 years ago
  Erez Sh 56b4931e41 Code cov: Attempt to fix, properly this time 5 years ago
  Erez Sh b3ea846025 Code cov: Attempt to fix 5 years ago
  Erez Sh 03989000ea Code cov: Attempt to fix 5 years ago
  Erez Sh a2107daee6 Tests: Fixed for pytest 5 years ago
  Erez Shinan 3b2bf47dc4
Merge pull request #889 from tsangwpx/master 5 years ago
  Aaron Tsang 11eafa3e9e Support 32bit unicode escape sequence 5 years ago
  Erez Sh 6348538eb6 Docs: Added ast_utils 5 years ago
  Erez Sh 0ba8fa745d Docs: Added more Lark methods to the API reference 5 years ago
  Erez Shinan 35cabfdddf
Merge pull request #862 from chanicpanic/ftpt-cache 5 years ago
  Erez Sh dbf60e6d76 Docs: Added docstring for Lark.parse_interactive() 5 years ago
  Erez Sh a095071bf4 Version bump 5 years ago
  Erez Sh cf02c497e7 Docs: Small fix in Transformer 5 years ago
  Erez Sh 958e6cfb1c Docs: Fix links to tools 5 years ago
  Erez Sh c403d1dbae Docs: Fix links to tools 5 years ago
  Erez Sh e9f4c0304a Docs: tools page + more explanations 5 years ago
  Erez Sh 0a380b7c2a Added considered_rules to exception for earley. Small improvement to docs and exceptions 5 years ago
  Erez Sh 6cc9d42dc0 Fix for Python 3.4 5 years ago
  Erez Sh 0174bf3873 Merge branch 'MegaIng-better-cache' 5 years ago
  Erez Sh 6b67d5f5cd Small adjustments to PR 5 years ago
  Erez Sh b556c39815 Merge branch 'better-cache' of https://github.com/MegaIng/lark into MegaIng-better-cache 5 years ago
  Erez Sh 385c35f506 Examples: Better doc for create_ast 5 years ago
  MegaIng1 2e0e55ea2a Added fallback to `get_regexp_width` to not fail on unsupported regex features. 5 years ago
  MegaIng1 97c3202973 Make verify_used_files work with stdlib. 5 years ago
  MegaIng1 2eb5c746ff Removed safe_cache option 5 years ago