e66e9c4
(HEAD -> main)
add a quick start... by
2021-09-23 14:51:35 -0700
547675a
(origin/master, origin/main)
spell check.. by
2021-09-23 14:42:00 -0700
4a4d986
add script to verify that the ls-remote files matches the branches/tags in the tree.. by
2021-09-23 14:35:40 -0700
6e6ba65
ignroe some standard stuff.. by
2021-09-22 17:12:09 -0700
3b48fe2
grab and store the ls-remote output.. disable dry-run.. by
2021-09-22 17:11:29 -0700
aae2f2f
first cut of this.. by
2021-09-22 16:39:45 -0700
911a129
(origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/tree_templates, gm/2021-09-23T00Z/github.com--lark-parser-lark/tree_templates)
Small fix by
2021-09-22 15:33:06 +0100
6985acd
Move PythonIndenter to lark/indenter.py by
2021-09-22 15:30:32 +0100
92085c6
Tree Templates (first draft) + py3to2 example by
2021-09-21 18:44:35 +0100
6514314
(origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/master, gm/2021-09-23T00Z/github.com--lark-parser-lark/master)
Merge pull request #1005 from lark-parser/python_grammar by
2021-09-21 16:48:00 +0300
8757e39
Moved Python3 grammar to stdlib as python.lark by
2021-09-21 14:31:17 +0100
3eb4218
Merge pull request #1003 from MegaIng/fix-cache by
2021-09-19 18:49:37 +0300
1ee00c0
added test for not caching the Transformer by
2021-09-19 14:50:55 +0200
a787ea8
Prevents caching values that are to be provided again next time anyway. (Most notably transformer, since those might not be picklable) by
2021-09-18 22:13:37 +0200
2335aa6
Move changelog to root directory by
2021-09-13 13:05:28 +0100
253a72a
Updated CHANGELOG.md by
2021-09-13 13:04:56 +0100
9ba30f2
Merge pull request #995 from lark-parser/more_changes by
2021-09-13 15:03:38 +0300
2ed4d5a
pip install lark-parser -> lark by
2021-09-13 11:59:32 +0100
a9129f3
Remove Py2-related unicode patch by
2021-09-13 11:53:10 +0100
81fa039
Refactor: Eradicated inheritance from object by
2021-09-13 11:49:25 +0100
61c4512
Rename lexer: Standard/Traditional -> Basic by
2021-09-13 11:34:06 +0100
070c54d
yield -> yield from by
2021-09-13 11:23:48 +0100
9de52fe
Merge pull request #936 from lark-parser/fix_issue920 by
2021-09-13 11:32:00 +0300
8f914cf
Merge pull request #965 from MegaIng/dynamic_complete_example by
2021-09-13 11:31:35 +0300
a12effe
Merge pull request #922 from ornariece/master by
2021-09-13 11:27:40 +0300
fe488d1
Fix to setup.py by
2021-09-13 09:13:36 +0100
efc881a
Merge branch 'v1.0' by
2021-09-13 09:09:32 +0100
77b07bb
Merge pull request #994 from lark-parser/v1.0_fixes2 by
2021-09-13 01:10:46 +0300
36c9575
Token priority is now 0 by default by
2021-09-12 21:31:00 +0100
7c569f3
Merge pull request #993 from lark-parser/v1.0_fixes by
2021-09-12 23:09:45 +0300
19b2aa9
Fix tests for PR by
2021-09-12 21:02:00 +0100
5eb3484
Added CHANGELOG.md by
2021-09-12 20:55:59 +0100
5eecb7f
Remove old comment by
2021-09-12 20:45:07 +0100
4e96b96
Various backwards incompatible fixes for v1.0 by
2021-09-12 20:41:45 +0100
d0f5bf5
(origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/v0.12.0, gm/2021-09-23T00Z/github.com--lark-parser-lark/v0.12.0)
Merge pull request #987 from lark-parser/python_grammar_fix by
2021-09-06 16:42:20 +0300
79d89fb
Merge pull request #990 from lark-parser/allow_line_break by
2021-09-06 16:41:59 +0300
9230c67
Grammar: Added support for line breaks, using \\ by
2021-09-06 14:15:46 +0100
6e2842e
Grammars: Remove use of /i/ in middle of terminals, to support Lark.js by
2021-09-04 16:42:10 +0100
31509ac
Merge branch 'lark-parser:master' into master by
2021-09-03 12:56:51 +0200
8874578
Merge pull request #982 from lark-parser/astutils_meta by
2021-08-31 14:55:19 +0300
2b5f984
ast_utils: Fix docstring by
2021-08-31 12:16:39 +0100
53b58e7
Examples: Added correct type-info to the create_ast example by
2021-08-31 11:42:27 +0100
9638ad8
ast_utils: Refactor and improve interface by
2021-08-31 11:37:09 +0100
a85f7d9
Oops by
2021-08-30 13:59:05 +0100
f511546
ast_utils: Added support for WithMeta (Initial) by
2021-08-30 13:56:27 +0100
b1103bd
Tests: Fixed skipping nearley when it isn't included by
2021-08-30 11:28:44 +0100
293bf07
(tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.12.0)
Version bump by
2021-08-30 10:13:58 +0100
b7eb149
Merge pull request #979 from lark-parser/issue977 by
2021-08-30 12:08:54 +0300
8f7e50e
Examples: Removed warnings from python3.lark by
2021-08-30 10:07:43 +0100
df269f6
Examples: Fixed python3.lark for reconstruction (but maybe a bug in reconstructor?) by
2021-08-30 10:06:17 +0100
d26a1c5
BUGFIX: Regression in lexer-only mode (parser=None) by
2021-08-30 09:52:29 +0100
20f57b9
Updated docs, to accord with PR #980 by
2021-08-30 09:25:49 +0100
066fe8f
Merge pull request #980 from MegaIng/sort-inside-terminals by
2021-08-30 11:20:35 +0300
e0889a3
Sort Options inside a TerminalTree by
2021-08-29 23:06:01 +0200
9c63734
Fix for issue #977 by
2021-08-29 10:19:59 +0100
4b70d1d
Merge pull request #978 from wiene/fix-typos by
2021-08-29 12:11:53 +0300
d28eba4
Fix typos in comment of example code by
2021-08-29 08:56:15 +0200
786adec
Docs: Tiny fix in docstring in visitors.py by
2021-08-28 19:54:01 +0100
155f4a8
Examples: Tiny fix by
2021-08-28 19:49:31 +0100
94dcec4
Merge pull request #976 from lark-parser/merge_transformers by
2021-08-28 21:41:17 +0300
d433e30
Docs: Add merge_transformer; fix docstrings for sphinx by
2021-08-28 11:25:21 +0100
ca1131a
Examples: Moved example into 'composition' folder, and improved it by
2021-08-28 11:13:01 +0100
d449513
Tests: Updated test_merge_transformers by
2021-08-28 10:28:38 +0100
afbdb6a
Edits to merge_transformers by
2021-08-28 10:14:10 +0100
fb88009
Added advanced example for merge_transformers by
2021-08-27 17:07:55 +0200
fc24666
Add merge function by
2021-08-27 09:45:00 +0200
fbb6a9e
Merge pull request #975 from lark-parser/list_grammar_imports2 by
2021-08-27 15:06:54 +0300
b3816b9
Added utility function: List grammar imports + test by
2021-08-27 12:59:31 +0100
cc54829
Merge pull request #971 from lark-parser/MegaIng-fix_recursion_error_terminal_corrections by
2021-08-26 17:20:01 +0300
4fe49c9
Change expand_kids_by_data to use range by
2021-08-26 13:36:05 +0100
d2e8b15
Another update for the PR by
2021-08-26 08:22:02 +0100
f5c7af8
Proposed corrections to PR #970 by
2021-08-25 23:57:20 +0100
5dc44c3
Merge branch 'fix_recursion_error_terminal' of https://github.com/MegaIng/lark into MegaIng-fix_recursion_error_terminal by
2021-08-25 23:42:30 +0100
3a4568d
Reworked grammar to simplify later processing + expand_kids_by_data + tests by
2021-08-26 00:09:22 +0200
c9c3342
Fix recursion error for many options in Terminal by
2021-08-25 03:10:11 +0200
3d3858a
README: Added Poetry to 'projects using Lark' by
2021-08-24 14:20:10 +0100
8f2bef2
README: Added link to Lark.js by
2021-08-23 11:51:17 +0100
c3fc3fa
Merge pull request #964 from lark-parser/1.0b by
2021-08-21 20:09:55 +0300
8908b4b
Updated docstrings by
2021-08-18 01:08:19 +0200
c592493
Added example using dynamic_complete (Thanks @x_TheGreyHat_x) by
2021-08-18 00:35:30 +0200
343c22e
(origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b, gm/2021-09-23T00Z/github.com--lark-parser-lark/1.0b)
NotImplemented -> NotImplmementedError by
2021-08-17 15:00:38 +0300
a8900c1
Changed sequence to collection by
2021-08-17 14:59:30 +0300
f83fd6b
Merge branch 'v1.0' into 1.0b by
2021-08-17 14:24:41 +0300
be3be18
Merge pull request #963 from lark-parser/v1.0-merge-master2 by
2021-08-17 14:22:21 +0300
9f05a37
Merge branch 'v1.0' into master_tmp by
2021-08-17 14:18:25 +0300
554835f
Merge remote-tracking branch 'origin/v1.0' into 1.0b by
2021-08-17 14:04:15 +0300
b79c449
Merge pull request #959 from lark-parser/v1.0-merge-master by
2021-08-17 13:53:17 +0300
82ad512
Merge pull request #960 from michael-k/remove-travis by
2021-08-17 12:42:52 +0300
c998d0b
Merge pull request #961 from michael-k/python3.10 by
2021-08-17 12:11:53 +0300
8f73a58
Run tests against Python 3.10 by
2021-08-17 10:49:20 +0200
3269605
Remove config for Travis CI by
2021-08-17 10:46:37 +0200
e30eef7
Commit latest master to v1.0 by
2021-08-17 11:24:59 +0300
0fddb7f
Replace '...' with 'NotImplemented' by
2021-08-17 11:14:39 +0300
1457e01
Fixes to typing and tests by
2021-08-17 11:01:40 +0300
7719984
Merge branch 'v1.0' into 1.0b by
2021-08-17 10:26:55 +0300
3e2a61a
Merge pull request #926 from chanicpanic/v1.0-typing by
2021-08-17 10:08:43 +0300
d637b11
Merge pull request #930 from MegaIng/fix-tree_matcher by
2021-08-13 19:04:38 +0300
6282dc9
Merge pull request #956 from sbraz/description by
2021-08-10 16:11:11 +0300
f3826ed
Remove ineffective description-file key from setup.cfg by
2021-08-10 00:02:08 +0200
41b2ba0
Docs: Updated IDE links again by
2021-08-07 11:13:31 +0300