95 Révisions (d8cbd239d7551f046140e1543853ae4aa591a1a6)
 

Auteur SHA1 Message Date
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation il y a 7 ans
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless il y a 7 ans
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) il y a 7 ans
  Erez Shinan c1fbb3214c Earley.lexer = None as default now il y a 7 ans
  Erez Shinan 6c41a618a5 Fixed issue in examples.conf il y a 7 ans
  Erez Shinan 96ebe94963 Solved issue #3: infinite loop due to zero-length tokens il y a 7 ans
  Erez Shinan d230e7744c Pylint il y a 7 ans
  Erez Shinan 302dad36fe Dramatically improved memory consumption of Earley parser il y a 7 ans
  Erez Shinan 4397d38daa Some fixes in examples il y a 7 ans
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! il y a 7 ans
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling il y a 7 ans
  Erez Shinan 2973167cf0 Added a test for empty rules il y a 7 ans
  Erez Shinan df4d471641 Updated docs to match v0.2 il y a 7 ans
  Erez Shinan abfa14c721 Tiny fix in reconstruct_json (Py3) il y a 7 ans
  Erez Shinan c9b45823ed Better support for scanless parsing il y a 7 ans
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version il y a 7 ans
  Erez Shinan fbba305a9e Fixed grammars il y a 7 ans
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) il y a 7 ans
  Erez Shinan a0bb661c61 Token import now working il y a 7 ans
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) il y a 7 ans
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers il y a 7 ans
  Erez Shinan a0fbecee70 Tiny improvement in Earley il y a 7 ans
  Erez Shinan 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. il y a 7 ans
  Erez Shinan 4076256faa Reconstruct working again il y a 7 ans
  Erez Shinan 499eb19c77 Merge branch 'myearley' il y a 7 ans
  Erez Shinan c14435ac95 Some cleanup il y a 7 ans
  Erez Shinan c17558dd91 Official switched to my Earley implementation il y a 7 ans
  Erez Shinan 538f944602 My Earley parser is working il y a 7 ans
  Erez Shinan e4d3e74f6a Finished refactoring il y a 7 ans
  Erez Shinan d5123812b0 Another step of refactoring il y a 7 ans
  Erez Shinan b95567c4a7 Another refactoring step il y a 7 ans
  Erez Shinan 972034fd2d Began refactoring of lalr_analysis -> grammar_analysis il y a 7 ans
  Erez Shinan 07df4b80eb My Earley parser is now working. Not yet plugged in il y a 7 ans
  Erez Shinan 8189172701 recognizer working il y a 7 ans
  Erez Shinan 1456daddbe Improved comments in examples il y a 7 ans
  Erez Shinan 43da0ddad9 Initial reconstruct, working with example! il y a 7 ans
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) il y a 7 ans
  Erez Shinan b7dcfbca58 Tools can now be installed via pip il y a 7 ans
  Erez Shinan 137536b6a6 Merge branch 'superlexer2' (Contextual Lexer) il y a 7 ans
  Erez Shinan c8e6122148 Restored nice error reports il y a 7 ans
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing il y a 7 ans
  Erez Shinan 63c8e58e42 Fixed calc example il y a 7 ans
  Erez Shinan 520ab88cd8 Added ContextualLexer for LALR. Working, but doesn't seem to improve speed. il y a 7 ans
  Erez Sh df80933884 Merge pull request #1 from jwilk/spelling il y a 7 ans
  Jakub Wilk fc9eb012a1 Fix typos il y a 7 ans
  Erez Shinan 3d4ee92829 Fixed bug in load_grammar. Improved nearley converter il y a 7 ans
  Erez Shinan 52753cb3aa Python 3... il y a 7 ans
  Erez Shinan 387b701670 Added Nearley-to-lark converter il y a 7 ans
  Erez Shinan 20e2e477a7 Updated README il y a 7 ans
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it il y a 7 ans