d450337
Small addition to docs by
2020-08-13 10:09:31 +0300
cb2d9cd
Refactored ParserPuppet, added stubs by
2020-08-13 03:51:01 +0200
56083b0
Merge branch 'master' of https://github.com/lark-parser/lark into error-handling by
2020-08-12 17:35:04 +0200
2e160c0
Correction for python2.7 (LalrPuppet-> new style class) by
2020-08-12 16:52:21 +0200
d3b0449
Improved `match_examples` with `UnexpectedToken.accepts` by
2020-08-12 16:46:36 +0200
a7bcd0b
Added `accepts` attribute to `UnexpectedToken` and update stubs by
2020-08-12 15:36:01 +0200
28e0a86
Small improvements for debug info by
2020-08-12 14:48:55 +0200
6925b9b
Merge pull request #645 from decorator-factory/verbose-regex-flag--decorator-factory by
2020-08-11 18:54:14 +0300
2525e0c
formatting: fix pistol operator by
2020-08-11 00:46:54 +0300
8b59a16
refactor: replace dict lookup with simple conditional by
2020-08-11 00:44:23 +0300
9923987
allow multiline regexes with 'x' (verbose) flag by
2020-08-10 23:07:55 +0300
b7068c4
Tiny fixes. Don't test use_bytes on Python 3.4. by
2020-08-09 12:05:07 +0300
8dc8865
[docs] Fixed links by
2020-08-08 16:21:01 +0300
5954fdf
Restore bad code (needs better fix). Updated readme & docs. by
2020-08-08 16:16:34 +0300
61a7c1e
Removed code that causes failure in Python 3.4 by
2020-08-08 15:43:20 +0300
438e89d
Fix readthedocs (Issue #640) by
2020-08-08 15:33:36 +0300
fc9afe5
Added nearley.md to mkdocs (so readthedocs can display it) by
2020-08-07 09:59:41 +0300
7ca6bb6
Fixed link in docs (Issue #621) by
2020-08-06 23:18:44 +0300
b174d5e
Documented regexp flags. Issue #230 by
2020-08-06 22:54:36 +0300
f84a964
Merge branch 'julienmalard-reconst0' (Better and faster reconstruction) by
2020-08-06 15:18:34 +0300
d631cad
Minor adjustments by
2020-08-06 15:17:52 +0300
3da748c
Merge branch 'reconst0' of https://github.com/julienmalard/lark into julienmalard-reconst0 by
2020-08-06 14:57:45 +0300
1dd863d
Update README.md by
2020-08-06 14:04:51 +0300
621d9f6
Tiny update (Nearley) by
2020-08-05 16:30:54 +0300
fe79659
Merge branch 'TMiguelT-nearley-es6' by
2020-08-05 16:05:33 +0300
b0feed8
A few adjustments to Nearley PR (mostly docs) by
2020-08-05 16:05:31 +0300
193dcf0
Update readme by
2020-08-03 20:35:45 +1000
e6ad86f
For Nearley: add argparse, extras install, allow es6 compiling by
2020-08-03 20:30:24 +1000
9ee8428
Merge branch 'MegaIng-bytes-support' by
2020-07-31 10:23:05 +0300
7c6e94b
Fixed issues with the use_bytes PR, and added documentation by
2020-07-31 10:22:35 +0300
01094af
Merge branch 'master' into bytes-support by
2020-07-29 19:50:59 +0200
c93106f
Tests for bytes parser (credit to @ctrlcctrlv) by
2020-07-25 13:59:05 +0200
0c89189
Support for bytes parser by
2020-07-23 19:11:53 +0200
b2d1761
Merge pull request #636 from adefazio/master by
2020-07-28 21:00:37 +0300
fcaf10a
Fixes caching when custom lexers are used by
2020-07-18 19:15:39 +0200
1ec02ff
Merge pull request #623 from Inky-developer/master by
2020-07-27 20:04:46 +0300
7eee42b
Docs: Fixed bug in recipes (Issue #633) by
2020-07-27 10:37:12 +0300
8cf9098
Merge pull request #632 from MegaIng/reconstructor by
2020-07-25 19:45:44 +0300
e4e29f5
Added a bit of explanation for `term_subs` by
2020-07-25 18:00:37 +0200
bf32610
Updated standalone example by
2020-07-22 22:14:13 +0300
69adc22
Fixed documentation bug: Issue #625 by
2020-07-19 11:30:24 +0300
a379f7f
Added cache option for Lark stub by
2020-07-18 19:15:39 +0200
b5abf2d
Merge branch 'MegaIng-join_regex_flags' by
2020-07-16 22:22:24 +0300
c96adbd
Small refactor by
2020-07-16 22:17:30 +0300
9ab02b4
Added comment with explanation by
2020-07-16 19:55:09 +0200
3d3bf69
Added support of expansions by
2020-07-16 18:18:06 +0200
e6fc3c9
Added possibility for terminals with different flags to be joined in python3.6+ by
2020-07-16 18:04:26 +0200
78b314c
Merge pull request #614 from ostracon/tiny_lexer_fix by
2020-07-07 22:58:35 +0300
c7fa5e3
Allows building TraditionalLexer with current configuration convention by
2020-07-07 19:48:40 +0100
bc1a8c6
Merge pull request #612 from decorator-factory/master by
2020-07-05 13:31:23 +0300
cf943c0
Fix typo in docs by
2020-07-05 11:36:51 +0300
a3368d8
Need to remove duplicate rules for root rools as well. by
2020-07-03 10:32:53 -0400
2a73afd
Change LOGGER to logger by
2020-07-02 19:28:45 -0500
e543dff
(origin/gm/2021-09-23T00Z/github.com--lark-parser-lark/antlr, gm/2021-09-23T00Z/github.com--lark-parser-lark/antlr)
ANTLR grammar converter initial by
2020-07-02 23:29:21 +0300
aac5fc7
Added templates documentation by
2020-07-02 13:56:07 +0300
d559e49
Added templates example by
2020-07-02 13:47:54 +0300
24331eb
Merge pull request #610 from lark-parser/dev by
2020-07-02 12:54:26 +0300
7dc0017
Lark now loads faster by
2020-07-02 12:44:02 +0300
11ef9a1
(tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.9.0)
Improved documentation by
2020-07-01 16:53:08 +0300
2c49cc6
Version Bump by
2020-07-01 16:25:57 +0300
601f050
Added docs for ParserPuppet by
2020-07-01 16:25:45 +0300
a6201b4
Lowercase logger name by
2020-06-30 17:35:26 -0700
5c8a25c
Avoid using root logger by
2020-06-30 18:18:49 -0500
6b9bd84
Remove commented out line by
2020-06-30 15:05:49 -0400
bca6cfa
Expand rules reconstructor test passes by
2020-06-30 12:25:43 -0400
279c319
Activate expand rules reconstructor test (fails) by
2020-06-30 12:25:28 -0400
5d01f0a
test keep tokens in reconstructor works by
2020-06-30 08:08:07 -0400
230aad9
Added reconstructor tests for tokens to keep ("!") and for expanded rules. by
2020-06-30 08:07:31 -0400
47fb971
Merge remote-tracking branch 'origin/master' by
2020-06-30 12:40:51 +0300
e5db096
Merge branch 'regex' by
2020-06-30 12:39:03 +0300
12d95c3
Small fixes by
2020-06-30 12:36:47 +0300
1ef0e18
Merge branch 'regex' of https://github.com/julienmalard/lark into julienmalard-regex by
2020-06-30 12:22:49 +0300
9e5108b
Not needed anymore? by
2020-06-28 18:01:01 -0400
b90ac43
ยท character was causing problems in pypy3 by
2020-06-28 18:00:50 -0400
bd02a5a
Merge pull request #597 from aleh-arol/enhancement/match_examples_to_favor_token_type by
2020-06-28 21:43:33 +0300
3f524c8
Apparently still need re by
2020-06-28 13:48:42 -0400
2ed4023
Removed unnecessary imports by
2020-06-28 13:48:02 -0400
b5e02c5
Fix reorganised tests by
2020-06-28 13:46:58 -0400
09e80a5
Fixed tests by
2020-06-28 13:46:22 -0400
e6daf51
Make token type check fallback disabled by default by
2020-06-28 18:07:00 +0300
985c38e
Documentation fix (Removed bloat from README) by
2020-06-28 12:03:35 +0300
d5e6ac6
Merge branch 'regex' of https://github.com/julienmalard/lark into julienmalard-regex by
2020-06-28 11:41:26 +0300
c319ace
Update README.md by
2020-06-26 11:47:00 -0400
e22536f
Updated stubs by
2020-06-26 11:40:18 -0400
5fe67b9
Merged test requirements by
2020-06-26 11:35:46 -0400
a163b34
Found it! by
2020-06-26 11:32:23 -0400
959d05a
Try with extras_require by
2020-06-26 11:27:43 -0400
1465ac7
Added `regex` extras dependency by
2020-06-26 11:21:51 -0400
797195d
Removed debug print by
2020-06-26 11:21:35 -0400
857f71e
Added regex tests to tox. by
2020-06-26 11:12:05 -0400
86a162d
Added `regex` module as optional mode. by
2020-06-26 10:52:42 -0400
cc1092b
Refactored puppet + small fixes by
2020-06-26 16:42:01 +0300
41ade56
Typo by
2020-06-26 00:40:12 +0300
5e82c66
Merge branch 'puppet' by
2020-06-26 00:39:06 +0300
3b3a8c1
Added docs for on_error by
2020-06-26 00:37:37 +0300
66a073d
Added support for error handling, using a puppet parser. by
2020-06-26 00:23:38 +0300
4463524
Puppet initial by
2020-06-21 09:18:56 +0300
e12e1cc
Minor refactor by
2020-06-20 17:46:08 +0300
d2499d8
(tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.8.9)
Version bump by
2020-06-16 15:01:55 +0300
323ed2a
Fixed setup.py.. again (Issue #600) by
2020-06-16 14:54:28 +0300