210 Révisions (94dcec4c36107cc9f70cbe7db8d3d7b88ff2923b)

Auteur SHA1 Message Date
  Erez Sh cf61f78509 Tests: Moved repeat operator tests to test_grammar il y a 3 ans
  Erez Sh 90460f31d9 Refactored PR #949 and edited the comments/docstrings il y a 3 ans
  MegaIng fa8565366b Off-by-one fix + Change of thresholds + fix tests il y a 3 ans
  MegaIng b4fe22a27d Python2.7 + comments + Magic constants il y a 3 ans
  MegaIng 845b6fa477 Refactor + tests + additional splitting up. il y a 3 ans
  Erez Sh f14ff6d4d1 Fixed tests to use meta (Tree.column is deprecated) il y a 3 ans
  Erez Sh c953dd9505 Tests: Added a test case demonstrating the need for calculating containers il y a 3 ans
  Aaron Tsang 11eafa3e9e Support 32bit unicode escape sequence il y a 3 ans
  MegaIng1 2e0e55ea2a Added fallback to `get_regexp_width` to not fail on unsupported regex features. il y a 3 ans
  Erez Sh 22c289126f Rename ParserPuppet -> InteractiveParser il y a 3 ans
  Erez Sh 2a1b03bc65 Rename ParserPuppet -> InteractiveParser il y a 3 ans
  MegaIng1 754f08a622 Added get_puppet, helpers and tests il y a 3 ans
  Gary Geng 83ce0c7a00 Fix copying and comparing of some classes il y a 3 ans
  MegaIng1 3d5729d5d2 Resolved cyclic dependency by moving deserialize_lexer_conf out of MakeParsingFrontend.deserialize il y a 3 ans
  MegaIng1 c621eeb369 Fix for #818 + tests il y a 3 ans
  Chanic Panic e88646b586 Fix an SPPF cycle edge case (Issue #820) il y a 3 ans
  Erez Sh fd3be9d8d6 Brought back the removal of unused rules/terminals in imported grammars il y a 3 ans
  Erez Sh 58c9435e80 Refactored and added grammar tests il y a 3 ans
  MegaIng1 b6b31548ca Fix for review + Removed unused functions il y a 3 ans
  MegaIng1 225c9e16a5 Added `%import` to GrammarLoader & fixed tests il y a 3 ans
  Erez Sh 712df517b2 Fixes for PR. Custom lexer now works with CYK il y a 3 ans
  MegaIng1 b655bd950a Fix tests failing when used with `python -m unittest discover` il y a 3 ans
  MegaIng1 83e896b3b8 Prevent test from running with old custom lexer il y a 3 ans
  MegaIng1 cf9d0d915e Fixes for custom lexer. il y a 3 ans
  MegaIng1 cf25c06420 Added custom lexer to earley. il y a 3 ans
  Erez Sh e6dcc43478 Improve match_examples() for Earley (Issue #760) il y a 3 ans
  Erez Sh 7fa993320e match_examples() now works for Earley+Standard il y a 3 ans
  Erez Sh 1aff84391a Added test for match_examples il y a 3 ans
  MegaIng1 2fe5f2ed4c Added tests for `lark.lark` il y a 3 ans
  MegaIng1 2d8bd42315 Make `LALR_CustomLexerWrapper` behave correctly + tests il y a 3 ans
  Chanic Panic 13abf7ca3a Add test for custom indenter il y a 3 ans
  Chanic Panic d6ef539199 Add tests for SPPF cycles il y a 3 ans
  Erez Sh 72e7926097 Completely redesigned the interface between Lexer<->Parser, and refactored LALR parser and lexers il y a 4 ans
  Erez Sh 8283d91507 More tests for priority il y a 4 ans
  Erez Sh b5aeb812e0 Better error message for options. More tests for priority il y a 4 ans
  Erez Sh e84a64fc52 Added support for rule priorities in LALR il y a 4 ans
  MegaIng1 dcde0bcbe9 Prevent terminals from being filtered out when used in always_accept il y a 4 ans
  MegaIng1 3112259b23 Fix for maybe_placeholders when keep_all_tokens=True il y a 4 ans
  MegaIng1 a50fc10773 import_paths->sources, source->source_path, various implementation changes il y a 4 ans
  MegaIng1 009cc10590 Added `FromPackageLoader` and `open_from_package` il y a 4 ans
  MegaIng1 53b3e12bba Added `import_sources` il y a 4 ans
  Chanic Panic f89b1549dd Write tests for ambiguous intermediate nodes in the SPPF il y a 4 ans
  decorator-factory 9923987e94 allow multiline regexes with 'x' (verbose) flag il y a 4 ans
  Erez Sh b7068c45a7 Tiny fixes. Don't test use_bytes on Python 3.4. il y a 4 ans
  Erez Sh 7c6e94bf73 Fixed issues with the use_bytes PR, and added documentation il y a 4 ans
  MegaIng1 c93106f143 Tests for bytes parser (credit to @ctrlcctrlv) il y a 4 ans
  MegaIng1 3d3bf69403 Added support of expansions il y a 4 ans
  MegaIng1 e6fc3c9b00 Added possibility for terminals with different flags to be joined in python3.6+ il y a 4 ans
  pwwang 2a73afd355 Change LOGGER to logger il y a 4 ans
  Erez Sh 7dc00179e6 Lark now loads faster il y a 4 ans