336 Commits (9de52fe26604dee51a4448ec2bfe8974ca3315c2)

Author SHA1 Message Date
  Gary Geng 83ce0c7a00 Fix copying and comparing of some classes 3 years ago
  Erez Sh 0199afa4c8 Cleanup and refactor 3 years ago
  MegaIng1 a202f2c7e8 Fix for cache + inline Transformer 3 years ago
  Erez Sh d2cd300550 Added test for cache + inline-transformer 3 years ago
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize 3 years ago
  Erez Sh 7ce0f7015f Added load_grammar.find_grammar_errors 3 years ago
  MegaIng1 c621eeb369 Fix for #818 + tests 3 years ago
  MegaIng1 7f795e8271 Fix for #826 (Thanks @mikeiovine) + stubs + tests 3 years ago
  Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) 3 years ago
  Erez Sh fd3be9d8d6 Brought back the removal of unused rules/terminals in imported grammars 3 years ago
  Erez Sh 58c9435e80 Refactored and added grammar tests 3 years ago
  MegaIng1 b6b31548ca Fix for review + Removed unused functions 3 years ago
  MegaIng1 225c9e16a5 Added `%import` to GrammarLoader & fixed tests 3 years ago
  MegaIng1 be979f2e63 Added %extend for both rules and terminals. 3 years ago
  MegaIng1 5930e4ba6f Added Terminal support for `%override` 3 years ago
  Erez Sh b379ea4b8b Grammar: Added new %override statement for rewriting imported rules (like in class inheritance) 3 years ago
  Erez Sh a7c71f32cc Fixed Lark.lex(), added dont_ignore option, added tests for it. 3 years ago
  Erez Sh 8953849841 Allow unicode in terminal names 3 years ago
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK 3 years ago
  MegaIng1 b655bd950a Fix tests failing when used with `python -m unittest discover` 3 years ago
  MegaIng1 83e896b3b8 Prevent test from running with old custom lexer 3 years ago
  MegaIng1 cf9d0d915e Fixes for custom lexer. 3 years ago
  MegaIng1 cf25c06420 Added custom lexer to earley. 3 years ago
  Erez Sh e6dcc43478 Improve match_examples() for Earley (Issue #760) 3 years ago
  Erez Sh 7fa993320e match_examples() now works for Earley+Standard 3 years ago
  Erez Sh 1aff84391a Added test for match_examples 3 years ago
  MegaIng1 2fe5f2ed4c Added tests for `lark.lark` 3 years ago
  MegaIng a4ddb1e84f
Adding missing Testcase to `__main__` 3 years ago
  MegaIng1 2d8bd42315 Make `LALR_CustomLexerWrapper` behave correctly + tests 3 years ago
  Chanic Panic 13abf7ca3a Add test for custom indenter 3 years ago
  julienmalard 02c39a84db Skipping this test for Python 2 for now. 3 years ago
  julienmalard e5081420c6 Add encoding specification for Python 2 3 years ago
  julienmalard 74c94bb369 Tests now pass! 3 years ago
  julienmalard b01c283d47 Failing test 3 years ago
  Chanic Panic d6ef539199 Add tests for SPPF cycles 3 years ago
  Erez Sh 72e7926097 Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers 4 years ago
  Erez Sh 8283d91507 More tests for priority 4 years ago
  Erez Sh b5aeb812e0 Better error message for options. More tests for priority 4 years ago
  Erez Sh e84a64fc52 Added support for rule priorities in LALR 4 years ago
  Erez Sh 6bcff89e3c Added test for standalone compression 4 years ago
  MegaIng1 2d74539424 lark.tools.serialize and standalone can now take more options. Also added info where options need to be added 4 years ago
  Tom Ritchford fb925f8b31 Guard Lark.__doc__ assignment for tools.standalone 4 years ago
  MegaIng1 dcde0bcbe9 Prevent terminals from being filtered out when used in always_accept 4 years ago
  MegaIng1 3112259b23 Fix for maybe_placeholders when keep_all_tokens=True 4 years ago
  MegaIng1 a50fc10773 import_paths->sources, source->source_path, various implementation changes 4 years ago
  Louis Dubois a423097362 fix: Propagate debug flag on loading grammar from cache 4 years ago
  Louis Dubois c6f2b023f3 chg: Force pickle to use highest protocol 4 years ago
  MegaIng1 009cc10590 Added `FromPackageLoader` and `open_from_package` 4 years ago
  MegaIng1 53b3e12bba Added `import_sources` 4 years ago
  Louis Dubois abdbabe429 fix: Propagate debug flag on loading grammar from cache 4 years ago