104 Commits (34acc4674e4d8ff3bcd77b11ca507123ff334460)
 

Autor SHA1 Mensaje Fecha
  Erez Shinan 34acc4674e Added flag options to terminals (just 'i' for now) hace 7 años
  Erez Shinan 2dbf5d7b26 Little stuff hace 7 años
  Erez Shinan 24f86569da Fixed issue #3 (infinite recursion in grammar) hace 7 años
  Erez Shinan d40ddff5c0 Improved README hace 7 años
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest hace 7 años
  Erez Shinan 08787e51f4 Fixed stuff in README hace 7 años
  Erez Shinan 616dc9f300 Added stuff to README hace 7 años
  Erez Shinan 29718a9a3a Bugfix in scanless hace 7 años
  Erez Shinan 680449fb6b A little bit of cleanup hace 7 años
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation hace 7 años
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless hace 7 años
  Erez Shinan 5c115acbd9 Final fixes for scanless (hopefully) hace 7 años
  Erez Shinan c1fbb3214c Earley.lexer = None as default now hace 7 años
  Erez Shinan 6c41a618a5 Fixed issue in examples.conf hace 7 años
  Erez Shinan 96ebe94963 Solved issue #3: infinite loop due to zero-length tokens hace 7 años
  Erez Shinan d230e7744c Pylint hace 7 años
  Erez Shinan 302dad36fe Dramatically improved memory consumption of Earley parser hace 7 años
  Erez Shinan 4397d38daa Some fixes in examples hace 7 años
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! hace 7 años
  Erez Shinan be6aa4f726 Fixed string escaping and unicode handling hace 7 años
  Erez Shinan 2973167cf0 Added a test for empty rules hace 7 años
  Erez Shinan df4d471641 Updated docs to match v0.2 hace 7 años
  Erez Shinan abfa14c721 Tiny fix in reconstruct_json (Py3) hace 7 años
  Erez Shinan c9b45823ed Better support for scanless parsing hace 7 años
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version hace 7 años
  Erez Shinan fbba305a9e Fixed grammars hace 7 años
  Erez Shinan 5236e4a32a Refactored TokenDef to store Pattern(Str/RE) hace 7 años
  Erez Shinan a0bb661c61 Token import now working hace 7 años
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) hace 7 años
  Erez Shinan 8e7395c6d6 Improved earley.py and added some comments to both parsers hace 7 años
  Erez Shinan a0fbecee70 Tiny improvement in Earley hace 7 años
  Erez Shinan 9f00b3fab7 Re-wrote Earley's mainloop implementation. Better performance. hace 7 años
  Erez Shinan 4076256faa Reconstruct working again hace 7 años
  Erez Shinan 499eb19c77 Merge branch 'myearley' hace 7 años
  Erez Shinan c14435ac95 Some cleanup hace 7 años
  Erez Shinan c17558dd91 Official switched to my Earley implementation hace 7 años
  Erez Shinan 538f944602 My Earley parser is working hace 7 años
  Erez Shinan e4d3e74f6a Finished refactoring hace 7 años
  Erez Shinan d5123812b0 Another step of refactoring hace 7 años
  Erez Shinan b95567c4a7 Another refactoring step hace 7 años
  Erez Shinan 972034fd2d Began refactoring of lalr_analysis -> grammar_analysis hace 7 años
  Erez Shinan 07df4b80eb My Earley parser is now working. Not yet plugged in hace 7 años
  Erez Shinan 8189172701 recognizer working hace 7 años
  Erez Shinan 1456daddbe Improved comments in examples hace 7 años
  Erez Shinan 43da0ddad9 Initial reconstruct, working with example! hace 7 años
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) hace 7 años
  Erez Shinan b7dcfbca58 Tools can now be installed via pip hace 7 años
  Erez Shinan 137536b6a6 Merge branch 'superlexer2' (Contextual Lexer) hace 7 años
  Erez Shinan c8e6122148 Restored nice error reports hace 7 años
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing hace 7 años