Commit Graph

  • *
  • | *
  • * |
  • |\ \
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • |\ \
  • | * |
  • | * |
  • | * |
  • |/ /
  • | *
  • |/|
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • | *
  • |/
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • |\
  • * \
  • |\ \
  • * \ \
  • |\ \ \
  • | | | *
  • | |_|/
  • |/| |
  • | | *
  • | |/
  • |/|
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • | *
  • | *
  • |/|
  • | *
  • |/
  • *
  • *
  • |\
  • | *
  • | *
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • * |
  • | *
  • |/
  • *
  • *
  • *
  • *
  • *
  • *
  • |\
  • ed95ce2 Fix typo by Muhammed Alkan 2018-10-29 12:18:47 +0300
  • 383db31 Fix in Earley forest for non-string tokens. by Erez Shinan 2018-10-27 21:52:06 +0300
  • c436940 Merge pull request #266 from SupraSummus/patch-1 by Erez Shinan 2018-10-26 16:46:25 +0300
  • 3ef8431 Removed unused imports and variables by Jan Rydzewski 2018-10-26 15:05:28 +0200
  • 188e87c Update how_to_use.md by Jan Rydzewski 2018-10-26 14:10:55 +0200
  • d36a6db Update how_to_use.md by Jan Rydzewski 2018-10-26 14:09:45 +0200
  • fef774f Instructions how to get Shift/Reduce messages printed (Issue #258) by Jan Rydzewski 2018-10-26 14:08:06 +0200
  • ab213bf Merge pull request #260 from worldmind/master by Erez Shinan 2018-10-25 11:51:48 +0300
  • f604b73 Tree walk tests by Alexey Shrub 2018-10-25 11:08:03 +0300
  • 1cdc7a0 Fix Python 2 error with return from generator by Alexey Shrub 2018-10-24 19:33:07 +0300
  • 2ad06a2 Method iter_subtrees_topdown added by Alexey Shrub 2018-10-24 18:33:36 +0300
  • 63e1ea0 Merge branch 'earley_sppf' (Oct 18) by Erez Shinan 2018-10-24 16:29:38 +0300
  • 1798971 Adjustments by Erez Shinan 2018-10-24 16:28:54 +0300
  • a892f18 Fix LALR shift/reduce warnings when debug=True (Issue #258) by Erez Shinan 2018-10-23 15:44:22 +0300
  • 3c1c867 Fixed commit 216c341 (Issue #246, #249) by Erez Shinan 2018-10-17 11:42:28 +0300
  • 38a4a5d Version bump by Erez Shinan 2018-10-16 14:20:49 +0300
  • 216c341 (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.5) Fixed v_args handling of staticmethod and classmethod (Issue #246, #249) by Erez Shinan 2018-10-16 14:19:47 +0300
  • 0881fe1 Updated mention of GPL for standalone tool (Issue #247) by Erez Shinan 2018-10-16 13:54:59 +0300
  • 6c8ba76 Fixed a deep bug in grammar analysis involving empty rules (Issue #250) by Erez Shinan 2018-10-15 21:52:27 +0300
  • d7a6b01 Ensure that Exceptions with Unicode content display correctly by night199uk 2018-10-14 14:56:42 +0200
  • 1d5fd73 Heavy modifications to the Earley parser to try and make it handle more types of ambiguity. - Rewritten along the lines of Elizabeth Scott's parser. https://www.sciencedirect.com/science/article/pii/S1571066108001497 by night199uk 2018-09-19 00:50:09 +0200
  • 067ade5 Fix propagate positions by night199uk 2018-09-19 00:48:41 +0200
  • 4a51ebc Merge pull request #243 from evandrocoan/pydot_tree_orientation by Erez Shinan 2018-10-01 23:46:29 +0300
  • d8c9e1b Fixed SyntaxError: positional argument follows keyword argument on by evandrocoan 2018-10-01 14:35:34 -0300
  • 91a5a5d Allow to pass to lark/tree.py pydot__tree_to_png the pydot tree by evandrocoan 2018-10-01 14:28:44 -0300
  • 5f68299 Merge pull request #241 from dsd/master by Erez Shinan 2018-09-28 11:15:40 +0300
  • 01cfe32 docs: clarify end_column value by Daniel Drake 2018-09-28 15:50:31 +0800
  • a6c84e6 Update README.md by Erez Shinan 2018-09-27 14:50:59 +0300
  • 9d36073 Tiny fix for docs by Erez Shinan 2018-09-26 18:55:16 +0300
  • 106508d Tiny improvement to the LALR parser by Erez Shinan 2018-09-25 16:33:29 +0300
  • 21bbf9b Experimental support for importing rules by Erez Shinan 2018-09-25 16:32:00 +0300
  • 943c1e6 More to .gitignore by Erez Shinan 2018-09-22 10:18:01 +0300
  • c16e0ca Merge pull request #239 from evandrocoan/add_gitignore by Erez Shinan 2018-09-22 09:18:12 +0300
  • f0ce6a2 Added missing binary files to .gitignore by evandrocoan 2018-08-20 19:19:20 -0300
  • 19b0943 Added documentation for lexer_callbacks in recipes by Erez Shinan 2018-09-20 17:54:41 +0300
  • 48a781f Bugfix for propagate_positions by Erez Shinan 2018-09-18 21:19:20 +0300
  • 8ee9b4c Refactored lexer + tiny bugfix by Erez Shinan 2018-09-15 20:15:06 +0300
  • 064b79c Merge pull request #235 from ealter/patch-2 by Erez Shinan 2018-09-18 00:37:31 +0300
  • 860bf17 Merge pull request #234 from ealter/patch-1 by Erez Shinan 2018-09-18 00:36:17 +0300
  • a2b1d10 Merge pull request #232 from evandrocoan/patch-1 by Erez Shinan 2018-09-18 00:35:42 +0300
  • ece8e0d Fix a small typo by Eliot Alter 2018-09-17 13:31:11 -0700
  • dc1754f Fix a small typo by Eliot Alter 2018-09-17 13:28:36 -0700
  • 6fc2f5a Fix #231 by evandrocoan 2018-09-17 14:45:24 -0300
  • 04db90b Update README.md by Erez Shinan 2018-09-14 01:02:45 +0300
  • fb80869 Point to readthedocs instead of wiki by Erez Shinan 2018-09-12 12:59:36 +0300
  • c85098e Small refactoring in standalone by Erez Shinan 2018-09-10 21:22:54 +0300
  • f048bfb Refactoring around terminals / tokens by Erez Shinan 2018-09-10 17:04:25 +0300
  • 519b07c Tiny refactor by Erez Shinan 2018-09-10 16:46:53 +0300
  • 4487bf6 EOF token now gets proper line/column number (Issue #228) by Erez Shinan 2018-09-07 22:28:07 +0300
  • 720372a Standalone parser now uses contextual lexer instead of traditional one (Issue #212) by Erez Shinan 2018-09-06 15:46:55 +0300
  • bd7e331 Slightly better error message (UnexpectedToken) by Erez Shinan 2018-09-05 14:23:12 +0300
  • c3a338b Added the 'tartiflette' project to the readme by Erez Shinan 2018-09-05 18:31:18 +0300
  • 53a6613 Added visitors & transformers to standalone (Issue #223) by Erez Shinan 2018-09-05 14:13:30 +0300
  • ce75758 BUGFIX: Automatic terminal names didn't respect existing terminals(Issue #224) by Erez Shinan 2018-09-04 16:39:25 +0300
  • 9ce8a79 Misleading error message at unexpected EOF (Issue #220) by Erez Shinan 2018-09-04 16:30:31 +0300
  • 37cfe5c BUGFIX: Standalone parser didn't retain filter_out values for terminals (Issue #222) by Erez Shinan 2018-09-04 15:42:45 +0300
  • d3ffff5 Merge pull request #225 from ciphergoth/patch-1 by Erez Shinan 2018-09-04 15:13:12 +0300
  • 23e2513 Fix typo in sample code: gramamr -> grammar by Paul Crowley 2018-09-02 20:03:17 -0700
  • 737d750 Added gitter link (Issue #206) by Erez Shinan 2018-08-28 13:31:42 +0300
  • 242ac24 Fixed the propagate_positions implementation, and added start_pos/end_pos attributes to Tree.Meta by Erez Shinan 2018-08-28 11:39:20 +0300
  • 843da8e Fixed bugs in the standalone generator (Issue #212) by Erez Shinan 2018-08-23 17:36:58 +0300
  • 1c1b364 (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.4) Version bump by Erez Shinan 2018-08-22 16:56:36 +0300
  • 86c8ad4 BUGFIX affecting standalone generator (Issue #212) by Erez Shinan 2018-08-22 16:55:39 +0300
  • eba9966 Bug in pretty printing of Earley derivations (issue #210) by Erez Shinan 2018-08-19 14:15:35 +0300
  • 181f061 BUGFIX - Fixed 2 issues with line counting by Erez Shinan 2018-08-14 17:35:47 +0300
  • 86cef7e Fix for issue #188 by Erez Shinan 2018-08-05 15:36:06 +0300
  • 28a8cb1 Improved docs by Erez Shinan 2018-08-03 16:31:17 +0300
  • dd85699 Added list of pages to yml (docs) by Erez Shinan 2018-08-03 09:26:22 +0300
  • 17da441 Added MkDocs documentation by Erez Shinan 2018-08-03 09:08:37 +0300
  • faf2a8c (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.3) Version bump by Erez Shinan 2018-08-03 04:53:59 +0300
  • dd69b95 Cleanup after pylint by Erez Shinan 2018-08-03 04:52:19 +0300
  • b924d87 Fix error by Erez Shinan 2018-08-03 04:37:47 +0300
  • ef29812 Fixed missing import (Issue #202) by Erez Shinan 2018-08-02 15:39:21 +0300
  • d7d7b95 BUGFIX: Bad naming scheme in tree-builder callbacks caused conflicts (Issue #198) by Erez Shinan 2018-07-30 19:26:49 +0300
  • 32b78b8 BUGFIX: Repeated use of optional rules tripped up the simplifier, manifesting when aliases were used (Issue #197) by Erez Shinan 2018-07-30 17:54:12 +0300
  • 633bd21 Merge branch 'fix_recons' by Erez Shinan 2018-07-26 16:36:58 +0300
  • cffd610 Fixed reconstructor. All tests passing by Erez Shinan 2018-07-26 16:36:48 +0300
  • 0ab5251 Merge pull request #196 from julienmalard/master by Erez Shinan 2018-07-26 10:40:43 +0300
  • 92b50c3 Tests for reconstructors by Julien Malard 2018-07-24 12:41:40 -0400
  • 454c88b Refactoring and fixes for merge 2fd0087 by Erez Shinan 2018-07-22 22:47:12 +0300
  • 2fd0087 Merge pull request #180 from julienmalard/master by Erez Shinan 2018-07-22 22:26:38 +0300
  • a03e01b Fixed test. by Julien Malard 2018-07-22 23:12:09 +0530
  • 12004b3 Reimplemented relative and multiple imports. by Julien Malard 2018-07-22 23:09:35 +0530
  • d5b3af2 (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.2) Version bump by Erez Shinan 2018-07-18 15:54:08 +0300
  • 3ac32fa Bug in PropagatePositions when supplying a reducing transformer by Erez Shinan 2018-07-18 16:00:42 +0300
  • 3abf16b Added support for v_args(tree=True) by Erez Shinan 2018-07-18 15:42:46 +0300
  • c637f3b (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.1) Version bump by Erez Shinan 2018-07-11 15:28:32 +0300
  • 1247a8c Improved error messages (as pointed out in issue #181) by Erez Shinan 2018-07-11 14:03:00 +0300
  • 0240e1c Fixed issue where Lark would throw RecursionError for huge grammars (Issue #181) by Erez Shinan 2018-07-11 11:01:22 +0300
  • f99e2ec Lark grammars are now utf8 by default (Issue #179) by Erez Shinan 2018-07-11 10:22:50 +0300
  • 2be35e3 Added custom_lexer to examples/README by Erez Shinan 2018-07-10 15:01:31 +0300
  • a49df1b Added option to provide a custom lexer (with example) by Erez Shinan 2018-07-10 14:52:40 +0300
  • dee5ac7 Fix for Python 3.7 by Erez Shinan 2018-07-09 12:37:10 +0300
  • 405f6a3 From and relative type imports seem to work. by Julien Malard 2018-07-08 02:30:02 +0530
  • e721226 (tag: gm/2021-09-23T00Z/github.com--lark-parser-lark/0.6.0) Fixed examples for error reporting by Erez Shinan 2018-06-27 17:04:23 +0300
  • d11c67f Fixed reconstruct by Erez Shinan 2018-06-27 16:56:07 +0300
  • 847870f Improved documentation and code style (minor) by Erez Shinan 2018-06-27 16:37:41 +0300
  • 6ea4588 Dynamic lexer is now returns the maximum match only. Complete lexing beahvior moved to "dynamic_complete" by Erez Shinan 2018-06-27 16:31:02 +0300
  • 0e33217 Updated version by Erez Shinan 2018-06-26 16:29:55 +0300
  • 9f666a7 Merge pull request #168 from lark-parser/0.6.0 by Erez Shinan 2018-06-26 16:28:48 +0300