Commit Graph

  • *
  • |\
  • | *
  • | |\
  • | | *
  • | | |\
  • | | |/
  • | |/|
  • | | *
  • | | | *
  • | * | |
  • | |\ \ \
  • | |/ / /
  • |/| | |
  • * | | |
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | | | *
  • | |_|/
  • |/| |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • | |/
  • * |
  • |\ \
  • | * |
  • | * |
  • |/| |
  • * | |
  • | * |
  • | * |
  • | * |
  • |/ /
  • * |
  • * |
  • * |
  • * |
  • |\ \
  • | * |
  • * | |
  • |\ \ \
  • * \ \ \
  • |\ \ \ \
  • | | |/ /
  • | |/| |
  • | | * |
  • | * | |
  • * | | |
  • |\ \ \ \
  • | * | | |
  • | * | | |
  • |/| | | |
  • | | |/ /
  • | |/| |
  • | | * |
  • | |/ /
  • |/| |
  • | * |
  • | * |
  • | * |
  • * | |
  • * | |
  • * | |
  • * | |
  • |\ \ \
  • | * | |
  • |/ / /
  • | * |
  • * | |
  • |\ \ \
  • * \ \ \
  • |\ \ \ \
  • | | |/ /
  • | |/| |
  • | * | |
  • | | * |
  • | | * |
  • | | * |
  • | |/ /
  • |/| |
  • * | |
  • |\ \ \
  • | * | |
  • | * | |
  • | |\ \ \
  • * | \ \ \
  • |\ \ \ \ \
  • | |/ / / /
  • |/| | | |
  • | * | | |
  • |/ / / /
  • | * | |
  • * | | |
  • |\ \ \ \
  • | * | | |
  • | | |/ /
  • | |/| |
  • | * | |
  • |/ / /
  • * | |
  • |\ \ \
  • | * \ \
  • | |\ \ \
  • | | * | |
  • * | | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • | |/ / /
  • | | * /
  • | |/ /
  • |/| |
  • * | |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | * |
  • | |\ \
  • | |/ /
  • |/| |
  • | * |
  • * | |
  • * | |
  • |\ \ \
  • | * | |
  • | * | |
  • |/| | |
  • * | | |
  • |\ \ \ \
  • | * | | |
  • |/ / / /
  • * | | |
  • |\ \ \ \
  • | * | | |
  • | * | | |
  • |/ / / /
  • * | | |
  • |\ \ \ \
  • | * | | |
  • | * | | |
  • | * | | |
  • | * | | |
  • |/| | | |
  • 756aa03 Merge pull request #680 from TG-Techie/evalable_repr by Erez Shinan 2020-08-31 10:03:21 +0300
  • b733ce4 Merge pull request #2 from TG-Techie/master by TG-Techie 2020-08-30 14:42:22 -0700
  • 9cebf44 Merge branch 'evalable_repr' into master by TG-Techie 2020-08-30 14:42:01 -0700
  • b82f717 added test by Jonah Yolles-Murphy 2020-08-30 17:39:56 -0400
  • 9db869c Add PackedData class by Chanic Panic 2020-08-30 10:05:34 -0700
  • e4de6fc Merge pull request #1 from lark-parser/master by TG-Techie 2020-08-30 08:21:37 -0700
  • 968d165 Fixed issue in grammar error-reporting due to unordered dict (changed it to list) by Erez Sh 2020-08-30 13:42:15 +0300
  • b89ee6b Write tests for TreeForestTransformer by Chanic Panic 2020-08-28 13:52:08 -0700
  • 9c967fa Add ambiguity='forest' option by Chanic Panic 2020-08-27 14:07:14 -0700
  • 607f984 Create TreeForestTransformer by Chanic Panic 2020-08-28 13:36:49 -0700
  • 93d70e8 Replace ForestToTreeVisitors with ForestToParseTree by Chanic Panic 2020-08-28 13:31:28 -0700
  • 4adc871 Add ForestTransformer by Chanic Panic 2020-08-28 13:08:23 -0700
  • 67ae0e2 Moderate updates and improvements to ForestVisitor by Chanic Panic 2020-08-28 12:55:01 -0700
  • d08418e Merge branch 'master' into evalable_repr by TG-Techie 2020-08-28 12:33:57 -0700
  • 6cd7062 make Trees and Tokens' reprs' evalable by Jonah Yolles-Murphy 2020-08-28 14:43:44 -0400
  • 4e37b75 Merge branch 'omega16-graphivz_dot_output' by Erez Sh 2020-08-27 11:24:58 +0300
  • 078fa15 Adjusted features.md and README.md by Erez Sh 2020-08-27 11:22:42 +0300
  • d238541 Merge branch 'graphivz_dot_output' of https://github.com/omega16/lark into omega16-graphivz_dot_output by Erez Sh 2020-08-27 11:20:47 +0300
  • fe89296 Improved load_grammar's error messages, and added tests by Erez Sh 2020-08-27 11:02:03 +0300
  • 0b99356 added make_dot by Omega16 2020-08-24 16:29:58 -0500
  • 3edd27f Added mention to lark output as dot or png by Omega16 2020-08-24 16:25:12 -0500
  • a01de19 Added pydot__tree_to_dot and pydot__tree_to_graph, changed pydot__tree_to_png by Omega16 2020-08-24 15:35:29 -0500
  • b87aced Fixed docs. Added support for hashing ParserPuppet by Erez Sh 2020-08-23 16:07:07 +0300
  • 1ad46b2 Fixed examples (Issue #669) by Erez Sh 2020-08-20 10:34:41 +0300
  • c9bd6d4 Fixes for examples by Erez Sh 2020-08-19 19:39:22 +0300
  • 89accea Merge pull request #672 from lark-parser/tree_matcher by Erez Shinan 2020-08-19 15:34:02 +0300
  • 42ada34 Corrected docstring by Erez Sh 2020-08-19 15:23:20 +0300
  • d407280 Merge pull request #668 from chsasank/sasank/sphinx-gallery by Erez Shinan 2020-08-19 14:30:57 +0300
  • a88d3b0 Merge pull request #667 from lark-parser/tree_matcher by Erez Shinan 2020-08-19 14:25:56 +0300
  • 29a877c requirements for docs by Sasank Chilamkurthy 2020-08-19 16:54:56 +0530
  • 6f48b23 Fix imports by Erez Sh 2020-08-19 14:23:38 +0300
  • f565c1e Merge branch 'chsasank-sasank/sphinx-gallery' by Erez Sh 2020-08-19 14:17:32 +0300
  • afebbf7 Adjustments by Erez Sh 2020-08-19 14:16:58 +0300
  • 5b0dfca Merge branch 'sasank/sphinx-gallery' of https://github.com/chsasank/lark into chsasank-sasank/sphinx-gallery by Erez Sh 2020-08-19 14:15:42 +0300
  • afde561 Refactored reconstructor out into tree_matcher. Functionality should stay the same. by Erez Sh 2020-08-19 14:15:16 +0300
  • 6d0bff5 add sphinx-gallery to doc requirements by Sasank Chilamkurthy 2020-08-19 16:36:59 +0530
  • 582e9ab move advanced examples to a different folder by Sasank Chilamkurthy 2020-08-19 16:03:02 +0530
  • e910acf no symlink by Sasank Chilamkurthy 2020-08-19 15:54:53 +0530
  • 96b0cfb Docs: error in docs.. by Erez Sh 2020-08-19 13:08:32 +0300
  • 4991442 Docs: Tiny fix (rst) by Erez Sh 2020-08-19 13:05:45 +0300
  • fdd5c83 Updated docstring for Token by Erez Sh 2020-08-19 13:03:19 +0300
  • fc9d17e Merge pull request #664 from starwarswii/patch-1 by Erez Shinan 2020-08-19 11:36:26 +0300
  • 10dd3d7 corrected caret placement in error messages due to tabs by starwarswii 2020-08-19 04:23:57 -0400
  • cb8a549 inital sphinx gallery by Sasank Chilamkurthy 2020-08-19 09:06:37 +0530
  • 4bc8b9e Merge pull request #661 from chanicpanic/handle-ambiguous-intermediates by Erez Shinan 2020-08-18 12:20:37 +0300
  • 418cdda Merge pull request #662 from chsasank/sasank/docs-2 by Erez Shinan 2020-08-18 10:14:27 +0300
  • 298e7cf add end options in docstring by Sasank Chilamkurthy 2020-08-18 12:34:41 +0530
  • f89b154 Write tests for ambiguous intermediate nodes in the SPPF by Chanic Panic 2020-08-15 21:52:43 -0700
  • e459f28 Add AmbiguousIntermediateExpander by Chanic Panic 2020-08-15 21:34:11 -0700
  • b076efa Create CompleteForestToAmbiguousTreeVisitor by Chanic Panic 2020-08-15 21:18:09 -0700
  • c442391 Merge branch 'julienmalard-master' by Erez Sh 2020-08-17 16:40:32 +0300
  • 023709f Added comment by Erez Sh 2020-08-17 16:40:12 +0300
  • c015e02 Merge branch 'master' of https://github.com/julienmalard/lark into julienmalard-master by Erez Sh 2020-08-17 16:37:41 +0300
  • 0caa621 Merge pull request #660 from MegaIng/patch-1 by Erez Shinan 2020-08-17 16:29:12 +0300
  • f86c4cf Fixed Failing tests by MegaIng 2020-08-17 14:35:03 +0200
  • a768506 Erez's idea by julienmalard 2020-08-17 08:23:44 -0400
  • 7538ea4 Merge branch 'chsasank-sasank/docs-2' by Erez Sh 2020-08-17 15:21:33 +0300
  • 2af0ac2 Docs: Adjustments by Erez Sh 2020-08-17 15:21:09 +0300
  • a549518 convert part of md to rst by Sasank Chilamkurthy 2020-08-17 17:38:01 +0530
  • 358bf98 Merge branch 'chsasank-sasank/docs' by Erez Sh 2020-08-17 15:00:01 +0300
  • 0664cbd Merge branch 'sasank/docs' of https://github.com/chsasank/lark into chsasank-sasank/docs by Erez Sh 2020-08-17 14:57:49 +0300
  • e6edc10 options part of lark.Lark's docs by Sasank Chilamkurthy 2020-08-17 17:13:26 +0530
  • b601525 Added logger.debug() prints for unused rules and terminals (#658) by Erez Sh 2020-08-16 22:35:46 +0300
  • eae1693 Docs: Moved some examples away from docstrings by Erez Sh 2020-08-16 20:56:25 +0300
  • bf2d9bf Standalone generator now remove docstrings and comments. by Erez Sh 2020-08-16 20:43:57 +0300
  • c643800 A tiny fix by Erez Sh 2020-08-16 20:09:11 +0300
  • 288078a Corrections to PR by Erez Sh 2020-08-16 19:53:45 +0300
  • 7a67f0d Postproc option for reconstruct, and fixed isalnum bug by julienmalard 2020-08-16 10:47:36 -0400
  • 0c47b98 Bugfix: Infinite loop on mishandled $END token in on_error (Issue #656) by Erez Sh 2020-08-16 16:14:27 +0300
  • f107512 change to definition format for larkoptins by Sasank Chilamkurthy 2020-08-16 17:34:40 +0530
  • 83006aa fix unicode import bug by Sasank Chilamkurthy 2020-08-16 16:50:38 +0530
  • b18e7e1 fix random bug by Sasank Chilamkurthy 2020-08-16 16:44:44 +0530
  • 276c250 small typo by Sasank Chilamkurthy 2020-08-16 16:41:34 +0530
  • 452f3fc complete sphinx autodoc by Sasank Chilamkurthy 2020-08-16 16:40:31 +0530
  • 1928b00 document rest of the visitor by Sasank Chilamkurthy 2020-08-16 16:18:04 +0530
  • cad22ac document lark.Interpreter, lark.Transformer by Sasank Chilamkurthy 2020-08-16 16:07:34 +0530
  • 168e6db document lark.Visitor by Sasank Chilamkurthy 2020-08-16 15:52:21 +0530
  • fd08f47 document lark.Token by Sasank Chilamkurthy 2020-08-16 15:42:55 +0530
  • b753e24 document lark.Tree by Sasank Chilamkurthy 2020-08-16 15:37:38 +0530
  • 9e34dc9 document LarkOptions by Sasank Chilamkurthy 2020-08-16 15:30:48 +0530
  • cc24dcf document lark.Lark by Sasank Chilamkurthy 2020-08-16 15:08:34 +0530
  • 0c76844 move to _static and fix links in readme by Sasank Chilamkurthy 2020-08-16 14:33:26 +0530
  • 25bb0f6 remove theme by Sasank Chilamkurthy 2020-08-16 14:31:27 +0530
  • e58642e use sphinx instead of mkdocs by Sasank Chilamkurthy 2020-08-16 14:29:02 +0530
  • 6e14ce7 Merge branch 'master' into sasank/docs by Sasank Chilamkurthy 2020-08-16 14:22:41 +0530
  • 00d953d first cut sphinx done by Sasank Chilamkurthy 2020-08-16 13:51:53 +0530
  • 39fb4c0 Bugfix and warn on ambiguous intermediate nodes, based on PR #651 by Erez Sh 2020-08-14 16:34:51 +0300
  • 7010f96 Merge branch 'pwwang-master' by Erez Sh 2020-08-14 16:20:09 +0300
  • af3bedd Adjustments to logging PR by Erez Sh 2020-08-14 16:17:26 +0300
  • 310d3eb Merge branch 'master' of https://github.com/pwwang/lark into pwwang-master by Erez Sh 2020-08-14 16:07:15 +0300
  • e5efc67 Merge pull request #653 from BlankSpruce/standalone-missing-elements by Erez Shinan 2020-08-14 15:03:04 +0300
  • 5559b1a Add missing elements in standalone parser by Blank Spruce 2020-08-14 12:08:02 +0200
  • 4877709 Merge branch 'BlankSpruce-standalone-transformer' by Erez Sh 2020-08-13 21:13:50 +0300
  • 2f4831f Small refactor after PR by Erez Sh 2020-08-13 21:13:42 +0300
  • 96873d6 Make transformer work with tokens in standalone parser, fixes #648 by Blank Spruce 2020-08-13 18:09:05 +0200
  • c9ca287 Merge branch 'MegaIng-error-handling' by Erez Sh 2020-08-13 11:57:14 +0300
  • 2c7afed Small fixes by Erez Sh 2020-08-13 11:55:44 +0300
  • 00e736f Use accepts in default example (even though it's not necessary) by Erez Sh 2020-08-13 11:48:05 +0300
  • 02d57bc Small adjustments to PR by Erez Sh 2020-08-13 11:43:52 +0300
  • c19c803 Merge branch 'error-handling' of https://github.com/MegaIng/lark into MegaIng-error-handling by Erez Sh 2020-08-13 10:09:55 +0300