53 Commits (7ddb92194e1007e3627ea240612d27f3b03e373d)

Autor SHA1 Mensaje Fecha
  Erez Shinan 23875c5590 Small fix in Python grammars (misread tuples, issue #68) hace 6 años
  Erez Shinan 4d219ae837 Added standalone example hace 6 años
  Erez Shinan 84791b1534 Example JSON parser is now LALR hace 6 años
  Erez Shinan 9ad36b3ea0 Fixed to Python3 grammar (Thanks @autocorr) hace 6 años
  Erez Shinan 7ad99fffa5 Fixed Python grammars hace 6 años
  Erez Shinan 2efbc08854 Support for multiple flags hace 6 años
  Erez Shinan ad30c324f5 Added support for all RE flags. hace 6 años
  Erez Shinan d846627fb7 A few fixes to escaping hace 6 años
  Erez Shinan 593446d025 Improved Readme hace 6 años
  Erez Shinan 2f11645469 Main README is now shorter and to the point. Added a short examples README hace 6 años
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit hace 7 años
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. hace 7 años
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 hace 7 años
  Erez Shinan dda0719375 Post-merge cleanup hace 7 años
  Erez Shinan 686e796a62 Small improvements to Earley hace 7 años
  Erez Shinan 8e2221b2fd Mid-work. A nice first try hace 7 años
  Erez Shinan ae2834862e Improved README and added tree-to-pydot utility function hace 7 años
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley hace 7 años
  Erez Shinan 0a21065de1 Added example Python grammars & parser hace 7 años
  Erez Shinan 04cd5d0850 Updated benchmarks due to error in memory measurement (Thanks Jamie!) hace 7 años
  Erez Shinan 85dc8d4bc2 Added the turtle dsl example hace 7 años
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 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 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 d230e7744c Pylint 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 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 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 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 d4425887d6 Added conf.py example and indenter support in contextual lexing hace 7 años
  Erez Shinan 63c8e58e42 Fixed calc example hace 7 años
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it hace 7 años
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example hace 7 años
  Erez Shinan 7ba98c46f6 Fixed examples. They didn't work with python3 hace 7 años
  Erez Shinan 57e8117374 Some package fixes hace 7 años
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff hace 7 años
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring hace 7 años
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) hace 7 años
  Erez Shinan c2dbad1335 Renamed json_example to json_parser hace 7 años
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) hace 7 años