1353 Commits (0199afa4c81afd9bfb58d505c2aabb28aec7fb84)
 

Author SHA1 Message Date
  Erez Sh dbeb724c51 Merge branch 'standalone_options' of https://github.com/MegaIng/lark into MegaIng-standalone_options 5 years ago
  Erez Sh c196f99cd4 Better reduce/reduce errors 5 years ago
  MegaIng1 ee9857cabb Added backwards-compatibility property with DeprecationWarning 5 years ago
  MegaIng1 ab5bc3f47e Improved comment 5 years ago
  MegaIng1 bd22a2f79e Removed _LOAD_BLOCKED_OPTIONS 5 years ago
  Erez Shinan e4001d5e11
Merge pull request #708 from MegaIng/always_accept_filter 5 years ago
  Erez Shinan 9af9a71029
Merge pull request #709 from rec/master 5 years ago
  MegaIng1 acd04442bc Fix for cache 5 years ago
  MegaIng1 e1b572c3a9 Allows the standalone parser to take more options. 5 years ago
  Tom Ritchford fb925f8b31 Guard Lark.__doc__ assignment for tools.standalone 5 years ago
  MegaIng1 9370fb5aa5 Fix for tree_matcher 5 years ago
  MegaIng1 dcde0bcbe9 Prevent terminals from being filtered out when used in always_accept 5 years ago
  MegaIng1 3112259b23 Fix for maybe_placeholders when keep_all_tokens=True 5 years ago
  MegaIng1 5f7a5d428a renamed `source_code` -> `source_grammar` 5 years ago
  MegaIng1 ed5c8ec51c Merge remote-tracking branch 'origin/custom_import_sources' into custom_import_sources 5 years ago
  MegaIng1 a4260110ff added PackageResource 5 years ago
  MegaIng1 f7d466dc7d added PackageResource 5 years ago
  MegaIng1 a50fc10773 import_paths->sources, source->source_path, various implementation changes 5 years ago
  Erez Shinan 809b0308a4
Merge pull request #702 from ldbo/fix-debug-cache-incompatibility 5 years ago
  Erez Sh 8ac74d73e3 Merge branch 'ldbo-fix-debug-cache-incompatibility' 5 years ago
  Erez Shinan 4dc6b0c914
Merge branch 'master' into fix-debug-cache-incompatibility 5 years ago
  Erez Sh aac21d4d19 Minor version bump + Adjustments to PR 5 years ago
  Louis Dubois a423097362 fix: Propagate debug flag on loading grammar from cache 5 years ago
  Louis Dubois c6f2b023f3 chg: Force pickle to use highest protocol 5 years ago
  Erez Sh 798a7026b4 Minor version bump + Adjustments to PR 5 years ago
  Erez Sh e5cf495230 Merge branch 'fix-debug-cache-incompatibility' of https://github.com/ldbo/lark into ldbo-fix-debug-cache-incompatibility 5 years ago
  MegaIng1 009cc10590 Added `FromPackageLoader` and `open_from_package` 5 years ago
  MegaIng1 c9b5443127 Fix for python2.7 5 years ago
  MegaIng1 53b3e12bba Added `import_sources` 5 years ago
  Louis Dubois abdbabe429 fix: Propagate debug flag on loading grammar from cache 5 years ago
  Louis Dubois d41e3cdfb9
chg: Force pickle to use highest protocol 5 years ago
  Erez Shinan 7c8d6ee787
Merge pull request #698 from michael-k/python3.9 5 years ago
  Michael Käufl db2354a9eb
Run tests against Python 3.9 5 years ago
  Erez Sh 9f3d611022 Version bump to 0.10.0 5 years ago
  Erez Shinan a9ef2d2221
Merge pull request #695 from chanicpanic/forest-docs-fix 5 years ago
  Chanic Panic 2198113a71 Fix missing handles_ambiguity docstring 5 years ago
  Erez Shinan 84b195d5f0
Merge pull request #691 from starwarswii/patch-1 5 years ago
  Erez Shinan 6688366020
Merge pull request #693 from chanicpanic/forest-docs 5 years ago
  Chanic Panic f8a51ca087 Write examples for ForestVisitor and TreeForestTransformer 5 years ago
  Chanic Panic 24434ec5ff Add documentation for working with the SPPF 5 years ago
  starwarswii d385d10739 added tests for lark.lark changes 5 years ago
  starwarswii 082e0f3de7 fixed lark.lark requiring newline at the end of grammars 5 years ago
  starwarswii 7ce69c7c91
fixed lark.lark not accepting negative priorities 5 years ago
  Erez Sh 4dafccfcc8 Added link to vim syntax highlighter 5 years ago
  Erez Sh faecf32592 Restore the Lark.terminals attribute when using cached grammar 5 years ago
  Erez Shinan dc30692015
Merge pull request #689 from rec/tests 5 years ago
  Tom Ritchford fcf6e8e98e Test print argument to lark.tools.standalone.main 5 years ago
  Erez Shinan 5a357d5d88
Merge pull request #688 from rec/upstream/master 5 years ago
  Tom Ritchford ce32310f49 Add print parameter to lark.tools.standalone.main 5 years ago
  Erez Sh 62776b9908 Added type information for UnexpectedEOF (Issue #686) 5 years ago