1561 Commits (81fa0398723966b77bb2df87aeb998cdef5bf7d9)
 

Author SHA1 Message Date
  Erez Sh 81fa039872 Refactor: Eradicated inheritance from object 3 years ago
  Erez Sh 61c4512cf3 Rename lexer: Standard/Traditional -> Basic 3 years ago
  Erez Sh 070c54dc8e yield -> yield from 3 years ago
  Erez Sh fe488d1d44 Fix to setup.py 3 years ago
  Erez Sh efc881a00d Merge branch 'v1.0' 3 years ago
  Erez Shinan 77b07bbf23
Merge pull request #994 from lark-parser/v1.0_fixes2 3 years ago
  Erez Sh 36c957595b Token priority is now 0 by default 3 years ago
  Erez Shinan 7c569f32d3
Merge pull request #993 from lark-parser/v1.0_fixes 3 years ago
  Erez Sh 19b2aa934f Fix tests for PR 3 years ago
  Erez Sh 5eb348481b Added CHANGELOG.md 3 years ago
  Erez Sh 5eecb7f5c9 Remove old comment 3 years ago
  Erez Sh 4e96b96bb5 Various backwards incompatible fixes for v1.0 3 years ago
  Erez Shinan d0f5bf53f7
Merge pull request #987 from lark-parser/python_grammar_fix 3 years ago
  Erez Shinan 79d89fbe7e
Merge pull request #990 from lark-parser/allow_line_break 3 years ago
  Erez Sh 9230c67d28 Grammar: Added support for line breaks, using \\ 3 years ago
  Erez Sh 6e2842e9a2 Grammars: Remove use of /i/ in middle of terminals, to support Lark.js 3 years ago
  Erez Shinan 887457859e
Merge pull request #982 from lark-parser/astutils_meta 3 years ago
  Erez Sh 2b5f984785 ast_utils: Fix docstring 3 years ago
  Erez Sh 53b58e7137 Examples: Added correct type-info to the create_ast example 3 years ago
  Erez Sh 9638ad8edb ast_utils: Refactor and improve interface 3 years ago
  Erez Sh a85f7d9667 Oops 3 years ago
  Erez Sh f5115464ec ast_utils: Added support for WithMeta (Initial) 3 years ago
  Erez Sh b1103bdcf1 Tests: Fixed skipping nearley when it isn't included 3 years ago
  Erez Sh 293bf07c51 Version bump 3 years ago
  Erez Shinan b7eb149c79
Merge pull request #979 from lark-parser/issue977 3 years ago
  Erez Sh 8f7e50e520 Examples: Removed warnings from python3.lark 3 years ago
  Erez Sh df269f6121 Examples: Fixed python3.lark for reconstruction (but maybe a bug in reconstructor?) 3 years ago
  Erez Sh d26a1c5bc6 BUGFIX: Regression in lexer-only mode (parser=None) 3 years ago
  Erez Sh 20f57b9e40 Updated docs, to accord with PR #980 3 years ago
  Erez Shinan 066fe8f325
Merge pull request #980 from MegaIng/sort-inside-terminals 3 years ago
  MegaIng e0889a3cf3 Sort Options inside a TerminalTree 3 years ago
  Erez Sh 9c63734705 Fix for issue #977 3 years ago
  Erez Shinan 4b70d1df74
Merge pull request #978 from wiene/fix-typos 3 years ago
  Peter Wienemann d28eba4f9a Fix typos in comment of example code 3 years ago
  Erez Sh 786adec537 Docs: Tiny fix in docstring in visitors.py 3 years ago
  Erez Sh 155f4a8c0f Examples: Tiny fix 3 years ago
  Erez Shinan 94dcec4c36
Merge pull request #976 from lark-parser/merge_transformers 3 years ago
  Erez Sh d433e30659 Docs: Add merge_transformer; fix docstrings for sphinx 3 years ago
  Erez Sh ca1131a3a1 Examples: Moved example into 'composition' folder, and improved it 3 years ago
  Erez Sh d449513839 Tests: Updated test_merge_transformers 3 years ago
  Erez Sh afbdb6a4a9 Edits to merge_transformers 3 years ago
  Robin A. Dorstijn fb8800914b Added advanced example for merge_transformers 3 years ago
  Robin A. Dorstijn fc24666f37 Add merge function 3 years ago
  Erez Shinan fbb6a9ede8
Merge pull request #975 from lark-parser/list_grammar_imports2 3 years ago
  Erez Sh b3816b9a90 Added utility function: List grammar imports + test 3 years ago
  Erez Shinan cc5482958d
Merge pull request #971 from lark-parser/MegaIng-fix_recursion_error_terminal_corrections 3 years ago
  Erez Sh 4fe49c9cdb Change expand_kids_by_data to use range 3 years ago
  Erez Sh d2e8b15c2f Another update for the PR 3 years ago
  Erez Sh f5c7af8ce9 Proposed corrections to PR #970 3 years ago
  Erez Sh 5dc44c31e1 Merge branch 'fix_recursion_error_terminal' of https://github.com/MegaIng/lark into MegaIng-fix_recursion_error_terminal 3 years ago