161 Révisions (57191c699fa3c27e29a3dea4767d04e391a5f4f6)
 

Auteur SHA1 Message Date
  Erez Shinan 57191c699f Version bump il y a 7 ans
  Erez Shinan 9b01fd8294 More README work il y a 7 ans
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. il y a 7 ans
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 il y a 7 ans
  Erez Shinan dda0719375 Post-merge cleanup il y a 7 ans
  Erez Shinan 2d0f2af0aa Merge branch 'master' into dyn_earley il y a 7 ans
  Erez Shinan 996ac1e4d4 Complete solution. Only one test failing. il y a 7 ans
  Erez Shinan 4eec924403 Added prioritization to Earley. Use rule.1 etc. Highest priority will be selected in case of ambiguity. il y a 7 ans
  Erez Shinan e7edae0604 Working. All tests passing but two. Minor fixes probably. il y a 7 ans
  Erez Shinan da7eaa219d Version bump il y a 7 ans
  Erez Shinan 188386cf04 Fixed main bug in test_token_collision2. il y a 7 ans
  Erez Shinan ee8dd8b3f3 Added a test suggested by James McLaughlin il y a 7 ans
  Erez Shinan 70fa3c6ea9 Tiny fix for issue #14 il y a 7 ans
  Erez Shinan 107c596aea Version bump il y a 7 ans
  Erez Shinan 48efa6500a Improvements to the Earley parser ambiguity resolution il y a 7 ans
  Erez Shinan 9570918005 Improved: efficiency of iter_subtrees(), customizability of pretty() il y a 7 ans
  Erez Shinan 1da851516c Added option: Keep all tokens il y a 7 ans
  Erez Shinan 686e796a62 Small improvements to Earley il y a 7 ans
  Erez Shinan 88242f10d7 Tiny fix in lexer il y a 7 ans
  Erez Shinan 40d732ddf5 Added Contribute section to README il y a 7 ans
  Erez Shinan a588a70a7a Added the experimental "propagate_positions" feature (only for standard lexer for now). il y a 7 ans
  Erez Shinan f1aede9acd README: Added 'pytreeview' to projects using lark il y a 7 ans
  Erez Shinan 64d141e486 BUGFIX: Fixes a subtle bug in the LALR(1) parser. See the new test for details. il y a 7 ans
  Erez Shinan e20b54be2f Bugfix for issue #6. Thanks DaRasch! il y a 7 ans
  Erez Shinan 5946e78ed2 Bugfix for Scanless Earley. Thanks Ken! il y a 7 ans
  Erez Shinan 8e2221b2fd Mid-work. A nice first try il y a 7 ans
  Erez Shinan 6ccd6b9faf Added Build Status to README il y a 7 ans
  Erez Shinan 32cbf1eb19 Improvements to the Earley parser code il y a 7 ans
  Erez Shinan cd01700e81 Added codecov badge il y a 7 ans
  Erez Shinan 67c20918e0 Trying travis support 2 il y a 7 ans
  Erez Shinan d43afcf74a Trying travis support il y a 7 ans
  Erez Shinan 6d0d9dc434 Tiny README adjustment il y a 7 ans
  Erez Shinan ae2834862e Improved README and added tree-to-pydot utility function il y a 7 ans
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley il y a 7 ans
  Erez Shinan 0c0d210872 Added Nearley and mappyfile to README il y a 7 ans
  Erez Shinan 4deccf629e Merge branch 'js2py2' il y a 7 ans
  Erez Shinan 0a21065de1 Added example Python grammars & parser il y a 7 ans
  Erez Shinan 5cb209184d Include LICENSE, docs, examples, tests, in tar.gz. il y a 7 ans
  Erez Shinan 9a11b46afc Merge branch 'master' into js2py2 il y a 7 ans
  Erez Shinan 1685f94ea3 BUGFIX: Solved an elusive bug in Earley parser, when empty rules repeat in the same column il y a 7 ans
  Erez Shinan 7d3e00666b Nearley-to-Lark Works. Now using js2py as code generator il y a 7 ans
  Erez Shinan a7f99dd8c6 Another little update to the README benchmarks il y a 7 ans
  Erez Shinan 7a5ff49d09 Patch version bump il y a 7 ans
  Erez Shinan c37ece612b Updated benchmarks in README il y a 7 ans
  Erez Shinan 04cd5d0850 Updated benchmarks due to error in memory measurement (Thanks Jamie!) il y a 7 ans
  Erez Shinan 00811a7c16 Don't construct a list of tokens, to reduce memory footprint il y a 7 ans
  Erez Shinan c90b933a33 Made load_grammar a tiny bit nicer il y a 7 ans
  Erez Shinan 007b2174df Still working on Nearley il y a 7 ans
  Erez Shinan d4140d5e6c Nearley -> Lark tool working for tests with js2py il y a 7 ans
  Erez Shinan c1968b7e30 Fixed tools.nearley (converter) il y a 7 ans