800 Commits (dd3cf90b2d70129bd10bff69da486b3e6eae2e76)

Author SHA1 Message Date
  Raekye 21c41e54a9 lalr parser 5 years ago
  Erez Shinan dd3a812fea Version bump (0.7.2) 5 years ago
  Erez Shinan 7add0e1f3f Memoize get_regexp_width (Issue #413) 5 years ago
  Erez Shinan 0d164bd344 Added get_terminal() method (Issue #412) 5 years ago
  Erez Shinan d952f2a069 Token values are now always unicode (resolves issue #411) 5 years ago
  Erez Shinan 8e9da6a6d6 Minor optimization in LALR (and fix for last commit) 5 years ago
  Erez Shinan 39b0d76914 Minor optimization in LALR (thanks to @Raekye) 5 years ago
  Erez Shinan c87cbc6322 Removed some dead code 5 years ago
  Erez Shinan e3cbd7aadc Negative priority now allowed in rules and tokens. Updated docs about priority 5 years ago
  Erez Shinan 94e7e82a19 Updated docstrings for multiple start symbols 5 years ago
  Erez Shinan aa75d50bd5 End symbol working for lalr + fixed validation for undefined %ignore 5 years ago
  Erez Shinan bcc4e67bce CYK also working 5 years ago
  Erez Shinan 71fe87964a Small refactor in grammar analysis 5 years ago
  Erez Shinan f1e844accd Mid work. Not promising 5 years ago
  Erez Shinan f814d91f9d Removed possibly problematic code (Issue #372) 5 years ago
  Erez Shinan e79689dce7 Remove unused rules (Issue #384) 5 years ago
  Erez Shinan a9106df824 Corrected thee Transformer's whole_tree interface, for both internal and external use 5 years ago
  Erez Shinan f71df240b6 Removed Python2 incompatibility 5 years ago
  Mostafa Razavi e5868415eb Implement embedded in-place transformers. See #378. 5 years ago
  Erez Shinan 0f9dfdd623 Re-implemented CustomLexer after regression (Issue #377) 5 years ago
  fbindel 09afcfcfc7 Allow any graph attribute in `pydot__tree_to_png`. 5 years ago
  Paul Vinciguerra 28e571f1c6 Fix DeprecationWarning in lalr_analysis.py 5 years ago
  Erez Shinan 4d8301f73c Version Bump 5 years ago
  Erez Shinan a798dec779 Fix to new serializer code (Discussed in issue #349) 5 years ago
  Erez Shinan c5cb79307b Fixes for new standalone (Issue #349) 5 years ago
  PJCampi c5218b185e reconstructor creates parser at instantiation and update start_symbol in _reconstruct step. 5 years ago
  PJCampi ccbaebdc6f load_grammar now collects all imports to make before loading them to namespace 5 years ago
  PJCampi b055bc6399 import_grammar now include base_path in recursive call to load_grammar 5 years ago
  PJCampi 4889013404 get_namespace_name now preserves leading underscore on relative import 5 years ago
  Erez Shinan 9420bce40a BUGFIX: v_args didn't wrap overwritten inherited methods (Issue #350) 5 years ago
  Erez Shinan 65bde7e15f @ instead of __memo__ 5 years ago
  Erez Shinan 5ab12b031c Added transformer, postlex arguments to standalone 5 years ago
  Erez Shinan ae51402cc7 Added serializer test 5 years ago
  Erez Shinan 6efa6b4fa0 Still working 5 years ago
  Erez Shinan 3c64c56bcd All tests passing 5 years ago
  Erez Shinan 94e15fb6f7 Mid work. Almost stable 5 years ago
  Erez Shinan e52cc46fc5 Minor cleanup 5 years ago
  Erez Shinan d13ebb9c15 Using a mostly-generic serialization method 5 years ago
  Erez Shinan dd84f6c0a8 Tiny refactor 5 years ago
  Erez Shinan 066303fdab Serialized lark is now json compatible 5 years ago
  Erez Shinan 244f671665 Small refactor 5 years ago
  Erez Shinan 335206911d Basic serialize/deserialize working! 5 years ago
  Erez Shinan 4b915a9f78 Style improvements to errors 5 years ago
  Erez Shinan 120d5b9ffa Mid work 5 years ago
  Erez Shinan bd75bf2dff Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias 5 years ago
  Erez Shinan 8bd4668b12 Major Version bump (0.7) 5 years ago
  Erez Shinan f67eead0b4 Added error when using terminal weights in dynamic earley (Discussed in #324) 6 years ago
  Erez Shinan 475312c608 Bugfix in tools.nearley: Added support for null keyword (Issue #342) 6 years ago
  Erez Shinan 20329e0bf5 Bugfix in tools.nearley: Backslash now handled correctly in strings (Issue #341) 6 years ago
  Peter Dolak b89b003cdb Fix v_args when used on classes with non-callable members 6 years ago