234 Revīzijas (7ddb92194e1007e3627ea240612d27f3b03e373d)

Autors SHA1 Ziņojums Datums
  Erez Shinan 834dc9da22 Version bump pirms 6 gadiem
  Erez Shinan 6578742c06 BUGFIX: Undefined symbols (Issue #87) pirms 6 gadiem
  Erez Shinan 84d5bd6382 BUGFIX: SIGNED_FLOAT matched an int... (Issue #84) pirms 6 gadiem
  Erez Shinan 7d11dfa5cd FEATURE: Added support for ranged-repeat for rules and terminals (Issues #75, #19) pirms 6 gadiem
  Erez Shinan 1cc8bc9848 Refactoring and bugfixes in reconstruct.py pirms 6 gadiem
  Erez Shinan 07f45a0bd3 Style fixes pirms 6 gadiem
  Erez Shinan b90b0a215f Fixed reconstruct (Issue #72) pirms 6 gadiem
  Erez Shinan 9d84c52140 Better error message for reduce collisions in lalr pirms 6 gadiem
  Erez Shinan 6c28010581 Simplified grammar analysis. Improved performance of FIRST/FOLLOW calculations pirms 6 gadiem
  Erez Shinan 710cb6d20b Added more information in UnexpectedInput exception (Issue #78) pirms 6 gadiem
  Erez Shinan 22e525f53e Fixed propagate positions. Added lexer_callbacks option. pirms 6 gadiem
  Erez Shinan d0941cabbe Version bump pirms 6 gadiem
  Erez Shinan 3d8b8b4725 A few more adaptations pirms 6 gadiem
  Erez Shinan b36b8165c7 Small fix pirms 6 gadiem
  Erez Shinan 648099d7b4 Idiomatic function names and a few other style fixes pirms 6 gadiem
  Erez Shinan 748e9b7248 All relevant tests passing. Also indentation and other refactoring. pirms 6 gadiem
  Chris McKinney d8fbf92fea Fixed TypeError on pretty-printing tuples in tree pirms 6 gadiem
  Erez Shinan b002ec47fb BUGFIX: Repeating subrules are now allowed (Issue #61) pirms 6 gadiem
  Erez Shinan d173d6d66b Validate against zero-width terminals in XEarley (Issue #63) pirms 6 gadiem
  Erez Shinan 37c1c0f65f Better error message for bad regexps (Issue #62) pirms 6 gadiem
  Erez Shinan 5fd331be54 BUGFIX: Internally repetitive rules are now handled silently (Issue #60) pirms 6 gadiem
  Erez Shinan 8acd77d7ff Minor fixes in lexer pirms 6 gadiem
  Ehud Tamir 7c253b9372 Merge CYK parser. pirms 6 gadiem
  Erez Shinan 4679a348ce Version bump pirms 6 gadiem
  Erez Shinan e697c266a7 Standalone: Significantly reduced generated code size pirms 6 gadiem
  Erez Shinan 9b0672fda6 Standalone tools now supports postlex pirms 6 gadiem
  Erez Shinan a409f2835c Corrections to the standalone tool pirms 6 gadiem
  Erez Shinan 5ac4120b71 Stand-alone tool working for LALR+traditional lexer (first commit) pirms 6 gadiem
  Erez Shinan da1910f5b6 More refactoring towards standalone pirms 6 gadiem
  Erez Shinan 07b5469e86 More refactoring, untangling grammar compilation and parse-tree creation pirms 6 gadiem
  Erez Shinan 7182ba3991 Minor refactoring for the standalone tool (in progress) pirms 6 gadiem
  Erez Shinan 38c5fd244a Improved grammar validation and refactored the lexers pirms 6 gadiem
  Erez Shinan 39e58cb8fd Post-refactor cleanup pirms 6 gadiem
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. pirms 6 gadiem
  Erez Shinan 0ee80e675a Refactoring for LALR, added the ParseTable class pirms 6 gadiem
  Erez Shinan f63174a22c BUGFIX: Create unless returned duplicate tokens (Issue #56) pirms 6 gadiem
  Erez Shinan e9603b5a1f Version bump pirms 6 gadiem
  Erez Shinan 2d04acf227 Version 0.5.0 is out with lots of improvements pirms 6 gadiem
  Erez Shinan 5f5acca40b Cleaned up the LALR(1) parser pirms 6 gadiem
  Kevin Latimer 240cf1ca21 Bug fixes to Transformer_NoRecurse pirms 6 gadiem
  Kevin Latimer 26ce48b940 Bug fix for Discard and make the syntax more pythonic pirms 6 gadiem
  Kevin Latimer a5625a3be9 Add delete functionality pirms 6 gadiem
  Erez Shinan 209ac5ab4e BUGFIX: Mishandling of quotes (Issue #50) pirms 6 gadiem
  Erez Shinan fbeb0e6e59 BUGFIX: tree-less transformer may hang for empty values (Issue #49) pirms 6 gadiem
  Erez Shinan 5748920df4 BUGFIX in xearley + Feature: earley__predict_all pirms 6 gadiem
  Erez Shinan 53a56d5dcb Added LexError to lark's __init__ imports pirms 6 gadiem
  Erez Shinan 852607b978 BUGFIX: Tokens of different type were equal, causing disambiguation errors (Issue #21) pirms 6 gadiem
  Erez Shinan ddae93f92f BUGFIX: Ambiguity resolution now sums priority (Issue #46) pirms 6 gadiem
  Erez Shinan cb18cf5e77 BUGFIX: iter_trees() wasn't consistent with a recursive order (Issue #47) pirms 6 gadiem
  Erez Shinan 59825260f6 Allow using | on terminals with flags, as long as their flags match pirms 6 gadiem