622 Révisions (3c64c56bcdcc76d81be065e7ef421bf94285fb98)
 

Auteur SHA1 Message Date
  Erez Shinan 3c64c56bcd All tests passing il y a 5 ans
  Erez Shinan 94e15fb6f7 Mid work. Almost stable il y a 5 ans
  Erez Shinan e52cc46fc5 Minor cleanup il y a 5 ans
  Erez Shinan d13ebb9c15 Using a mostly-generic serialization method il y a 5 ans
  Erez Shinan dd84f6c0a8 Tiny refactor il y a 5 ans
  Erez Shinan 066303fdab Serialized lark is now json compatible il y a 5 ans
  Erez Shinan 244f671665 Small refactor il y a 5 ans
  Erez Shinan 335206911d Basic serialize/deserialize working! il y a 5 ans
  Erez Shinan 120d5b9ffa Mid work il y a 5 ans
  Erez Shinan bd75bf2dff Refactor - callbacks are now {rule: callback}, instead of a Callback object referenced by Rule.alias il y a 5 ans
  Erez Shinan 8bd4668b12 Major Version bump (0.7) il y a 5 ans
  Erez Shinan 9137cc4fa4 Updated docs (pitch & benchmarks) il y a 5 ans
  Erez Shinan f67eead0b4 Added error when using terminal weights in dynamic earley (Discussed in #324) il y a 5 ans
  Erez Shinan 475312c608 Bugfix in tools.nearley: Added support for null keyword (Issue #342) il y a 5 ans
  Erez Shinan 20329e0bf5 Bugfix in tools.nearley: Backslash now handled correctly in strings (Issue #341) il y a 5 ans
  Erez Shinan c0810d1982
Merge pull request #339 from exponea/fix-class-v-args-non-methods il y a 5 ans
  Peter Dolak b89b003cdb Fix v_args when used on classes with non-callable members il y a 5 ans
  Erez Shinan 4e6f92b03b Support relative rule import in interactive environment (Issue #335) il y a 5 ans
  Erez Shinan 2b3fabd01c Fixed Discard, broken in 0.6.6 (Issue #337) il y a 5 ans
  Erez Shinan e16bb35576 Change maybe_placeholders: Apply to [a] and [a b c], but not a? or (a b)? or [_a _b _c] il y a 5 ans
  Erez Shinan 4a5eb0a2c5
Merge pull request #336 from nostrad/test-manifest-1 il y a 5 ans
  nostrad 59ba8324dd
Add test data files to MANIFEST il y a 5 ans
  Erez Shinan c6d41f4bb4 Merge branch 'Rogdham-import-rule-rename' il y a 5 ans
  Erez Shinan b2e88bf9b1 Fixed docs il y a 5 ans
  Rogdham bb123e0999 Examples: add import example il y a 5 ans
  Rogdham 19fdff70f8 Docs: improve section concerning grammar imports il y a 5 ans
  Rogdham 8ffce48c24 Examples: update lark.lark il y a 5 ans
  Rogdham 2f6b97cfd3 Allow renaming relative import rule il y a 5 ans
  Rogdham 9b22d41e49 Change namespace naming and aliasing for imports il y a 5 ans
  Rogdham 0485a8a5b1 Tests for import rename il y a 5 ans
  Erez Shinan 2ade0ef18f Merge branch 'SupraSummus-refactor' il y a 5 ans
  Erez Shinan 71bb980271 Merge branch 'refactor' of https://github.com/SupraSummus/lark into SupraSummus-refactor il y a 5 ans
  Erez Shinan 532c955962 Fixed tests to work with pytest, improved docs il y a 5 ans
  evandrocoan 6299d60c35 Fixed how_to_develop.md Unit Tests saying tox is required il y a 5 ans
  evandrocoan 3fb0c48557 Moved development instructions from README.md to docs il y a 5 ans
  evandrocoan 92b312df8e Documented on README.md how to run the Unit Tests with tox il y a 5 ans
  Erez Shinan cb608591d7
Merge pull request #327 from tomyun/literal-range-escape il y a 5 ans
  Kyungdahm Yun d5c9006f01 Fix literal range escape assertion il y a 5 ans
  Erez Shinan ed46efbd10
Merge pull request #323 from agrenott/master il y a 5 ans
  Aurelien Grenotton cbafa4d7bb Make VisitError inherit from LarkError il y a 5 ans
  Erez Shinan cf9c95343a Merge branch 'tomyun-hex-escape' il y a 5 ans
  Erez Shinan 18c7022b0f Borrowed tokens now copy end_line/end_column too il y a 5 ans
  Erez Shinan 6b2df208c2 Fixed support for hex encoding (\xAA) il y a 5 ans
  Kyungdahm Yun 70d724732d Support hex escape (\xhh) in string literal il y a 5 ans
  Erez Shinan d1fea12aa5 Remove duplicates of empty rules (Issue #315) il y a 5 ans
  Erez Shinan 7ba0e05099 Improved docs (WIP) il y a 5 ans
  Erez Shinan 1b5f734c49 Bugfix: Callbacks now work for terminals with UnlessCallback (Issue #317) il y a 5 ans
  Erez Shinan b82aaa34c4 Improved documentation il y a 5 ans
  Erez Shinan 6a6dd97c52 VisitError now allows explicit access to previous exception (Issue #314) il y a 5 ans
  Erez Shinan 145d8a8e7c Don't compile unused terminals (mentioned in issue #309) il y a 5 ans