53 コミット (7ddb92194e1007e3627ea240612d27f3b03e373d)

作成者 SHA1 メッセージ 日付
  Erez Shinan 23875c5590 Small fix in Python grammars (misread tuples, issue #68) 6年前
  Erez Shinan 4d219ae837 Added standalone example 6年前
  Erez Shinan 84791b1534 Example JSON parser is now LALR 6年前
  Erez Shinan 9ad36b3ea0 Fixed to Python3 grammar (Thanks @autocorr) 6年前
  Erez Shinan 7ad99fffa5 Fixed Python grammars 6年前
  Erez Shinan 2efbc08854 Support for multiple flags 6年前
  Erez Shinan ad30c324f5 Added support for all RE flags. 6年前
  Erez Shinan d846627fb7 A few fixes to escaping 6年前
  Erez Shinan 593446d025 Improved Readme 6年前
  Erez Shinan 2f11645469 Main README is now shorter and to the point. Added a short examples README 6年前
  Erez Shinan 7373993102 Oops!! Important bugfix to last commit 7年前
  Erez Shinan 0d5dd2bd0d Improved README. Dynamic lexer now generates tokens. 7年前
  Erez Shinan feb95ec64d Earley now uses dynamic lexer by default. Bump to version 0.3.0 7年前
  Erez Shinan dda0719375 Post-merge cleanup 7年前
  Erez Shinan 686e796a62 Small improvements to Earley 7年前
  Erez Shinan 8e2221b2fd Mid-work. A nice first try 7年前
  Erez Shinan ae2834862e Improved README and added tree-to-pydot utility function 7年前
  Erez Shinan f374e70b2c Feature: Added explicit ambiguity option for Earley 7年前
  Erez Shinan 0a21065de1 Added example Python grammars & parser 7年前
  Erez Shinan 04cd5d0850 Updated benchmarks due to error in memory measurement (Thanks Jamie!) 7年前
  Erez Shinan 85dc8d4bc2 Added the turtle dsl example 7年前
  Erez Shinan a73cc9ad90 Re-wrote the Earley parser to use a parse-forest 7年前
  Erez Shinan d8cbd239d7 Fixed a bug in string evaluation 7年前
  Erez Shinan e151d22ea2 examples.reconstruct_json now working with scanless 7年前
  Erez Shinan c1fbb3214c Earley.lexer = None as default now 7年前
  Erez Shinan 6c41a618a5 Fixed issue in examples.conf 7年前
  Erez Shinan d230e7744c Pylint 7年前
  Erez Shinan 4397d38daa Some fixes in examples 7年前
  Erez Shinan a60c339ff7 Scanless Earley now working for all tests! 7年前
  Erez Shinan df4d471641 Updated docs to match v0.2 7年前
  Erez Shinan abfa14c721 Tiny fix in reconstruct_json (Py3) 7年前
  Erez Shinan c9b45823ed Better support for scanless parsing 7年前
  Erez Shinan a5a20a423a Changed parser/lexer interface in lark. Bumped minor version 7年前
  Erez Shinan fbba305a9e Fixed grammars 7年前
  Erez Shinan a0bb661c61 Token import now working 7年前
  Erez Shinan c70355389f Initial support for EBNF in tokens (automatic compilation to regexps) 7年前
  Erez Shinan 1456daddbe Improved comments in examples 7年前
  Erez Shinan 43da0ddad9 Initial reconstruct, working with example! 7年前
  Erez Shinan 0b902b1d03 Added the '!' prefix to keep all tokens in rule. Also removed tools (it's now in lark/tools) 7年前
  Erez Shinan d4425887d6 Added conf.py example and indenter support in contextual lexing 7年前
  Erez Shinan 63c8e58e42 Fixed calc example 7年前
  Erez Shinan da15f99edb Added the earley_nolex frontend, and a conf_nolex example to use it 7年前
  Erez Shinan a438255193 Fixed bug in lexer. Fixed calc example 7年前
  Erez Shinan 7ba98c46f6 Fixed examples. They didn't work with python3 7年前
  Erez Shinan 57e8117374 Some package fixes 7年前
  Erez Shinan e201beab5f Fixed lexer newline counter and other stuff 7年前
  Erez Shinan cde2b677bb Added tests and lots of fixes and refactoring 7年前
  Erez Shinan faf66c93f0 Fixed possible tokens collisions (strings are now always tested before regexps) 7年前
  Erez Shinan c2dbad1335 Renamed json_example to json_parser 7年前
  Erez Shinan 9e71f5a045 Added indentation support (for python-like languages) 7年前