641 Commits (b0feed8c12838f6e0078b119e2eee97a1fafa66c)

Author SHA1 Message Date
  Erez Sh b0feed8c12 A few adjustments to Nearley PR (mostly docs) 4 years ago
  Michael Milton e6ad86f373 For Nearley: add argparse, extras install, allow es6 compiling 4 years ago
  Erez Sh 7c6e94bf73 Fixed issues with the use_bytes PR, and added documentation 4 years ago
  MegaIng1 c93106f143 Tests for bytes parser (credit to @ctrlcctrlv) 4 years ago
  MegaIng1 0c89189b5f Support for bytes parser 4 years ago
  Inky fcaf10ac4d Fixes caching when custom lexers are used 5 years ago
  MegaIng1 e4e29f5127 Added a bit of explanation for `term_subs` 4 years ago
  Erez Sh 69adc221c5 Fixed documentation bug: Issue #625 5 years ago
  Erez Sh c96adbd1e8 Small refactor 5 years ago
  MegaIng1 9ab02b465c Added comment with explanation 5 years ago
  MegaIng1 3d3bf69403 Added support of expansions 5 years ago
  MegaIng1 e6fc3c9b00 Added possibility for terminals with different flags to be joined in python3.6+ 5 years ago
  Nathaniel Hartley c7fa5e3aa3 Allows building TraditionalLexer with current configuration convention 5 years ago
  Erez Sh 7dc00179e6 Lark now loads faster 5 years ago
  Erez Sh 2c49cc6e45 Version Bump 5 years ago
  Erez Sh 601f050645 Added docs for ParserPuppet 5 years ago
  Erez Sh 12d95c37af Small fixes 5 years ago
  julienmalard 3f524c88c9 Apparently still need re 5 years ago
  julienmalard 2ed40237a5 Removed unnecessary imports 5 years ago
  julienmalard 09e80a5c9e Fixed tests 5 years ago
  Aleh Arol e6daf51f25 Make token type check fallback disabled by default 5 years ago
  Erez Sh 985c38e0e0 Documentation fix (Removed bloat from README) 5 years ago
  julienmalard 86a162d6d8 Added `regex` module as optional mode. 5 years ago
  Erez Sh cc1092bd53 Refactored puppet + small fixes 5 years ago
  Erez Sh 3b3a8c1c92 Added docs for on_error 5 years ago
  Erez Sh 66a073d0aa Added support for error handling, using a puppet parser. 5 years ago
  Erez Sh 4463524b3a Puppet initial 5 years ago
  Erez Sh e12e1ccbf9 Minor refactor 5 years ago
  Erez Sh d2499d8a71 Version bump 5 years ago
  Erez Sh 46bb1e1d63 Cache now also depends on the Lark version 5 years ago
  Erez Sh a2d3e6332f Version bump 5 years ago
  Erez Sh 3bee21051e Reverted changes regarding EOF 5 years ago
  Erez Sh 20a9e3039f Version bump 5 years ago
  julienmalard 382489e020 All tests pass now (local testing) 5 years ago
  Erez Sh 4fbae1253f Version bump 5 years ago
  Aleh Arol 732a562a1c Use token type equality as a fallback when matching error examples 5 years ago
  julienmalard 3fc9733188 Added regex module option. 5 years ago
  Erez Sh c56112eea3 Added debug prints for parser error (in debug mode) 5 years ago
  Blank Spruce e5620635c0 Reduce number of calls to Tree.meta in PropagatePositions 5 years ago
  Erez Sh 4c61aaf1dc Small refactoring for iter_subtrees 5 years ago
  Blank Spruce b18d109886 Rewrite iter_subtrees to more efficient version 5 years ago
  MegaIng1 51a1c5ceae Added fix so that staticmethod will be correctly affected by class wide v_args + test 5 years ago
  Erez Sh 61b76a1fd0 Updated README about syntax highlighting for intellij 5 years ago
  MegaIng1 20834d89d9 Added hook-lark.py and the required lines in setup.py 5 years ago
  Erez Sh dcc98241c1 Improved handling and performance of large grammars 5 years ago
  Erez Sh fb00e6a134 Added visitors.Transformer_NonRecursive. Improved support for big grammars (issue #550) 5 years ago
  Erez Sh 9cc57abd8a Added 'cache' option to Lark (Issue #479) 5 years ago
  MegaIng1 1b5ffc0660 Added the ability to use templates as template arguments. Error reporting should still be horrible. 5 years ago
  MegaIng1 40148d310c fix for python2.7 5 years ago
  MegaIng1 a716f54b22 slight improvement for alias of templates 5 years ago