104 İşlemeler (67f372c994599c19978d0e0ad36b80dc17983b27)

Yazar SHA1 Mesaj Tarih
  Erez Shinan 67f372c994 Symbols instead of strings - initial 6 yıl önce
  DrSlump e69d567bce example driven parser errors 6 yıl önce
  Erez Shinan 61afbed17a A minor style fix (a possible memory usage improvement) 6 yıl önce
  Erez Shinan b951b5f79c Significant reduction in memory consumption (Saving only parse-table instead of analysis instance) 6 yıl önce
  Erez Shinan ba0dc789a3 Significantly better memory performance (Thanks @drslump!) 6 yıl önce
  Erez Shinan 4f2330fc9b Fixed bug in Earley prioritization 6 yıl önce
  Erez Shinan 327cca8c00 Added 'considered_rules' to exceptions, to help users debug 6 yıl önce
  Erez Shinan bb0b9aa729 BUGFIX: Token and Derivation get compared in _compare_drv (Issue #91) 6 yıl önce
  Parker ce26c7cced
Use loops for flow control instead of catching exceptions 6 yıl önce
  Erez Shinan 07f45a0bd3 Style fixes 6 yıl önce
  Erez Shinan b90b0a215f Fixed reconstruct (Issue #72) 6 yıl önce
  Erez Shinan 9d84c52140 Better error message for reduce collisions in lalr 6 yıl önce
  Erez Shinan 6c28010581 Simplified grammar analysis. Improved performance of FIRST/FOLLOW calculations 6 yıl önce
  Erez Shinan 710cb6d20b Added more information in UnexpectedInput exception (Issue #78) 6 yıl önce
  Erez Shinan 3d8b8b4725 A few more adaptations 6 yıl önce
  Erez Shinan 648099d7b4 Idiomatic function names and a few other style fixes 6 yıl önce
  Erez Shinan 748e9b7248 All relevant tests passing. Also indentation and other refactoring. 6 yıl önce
  Ehud Tamir 7c253b9372 Merge CYK parser. 6 yıl önce
  Erez Shinan da1910f5b6 More refactoring towards standalone 6 yıl önce
  Erez Shinan 7182ba3991 Minor refactoring for the standalone tool (in progress) 6 yıl önce
  Erez Shinan 38c5fd244a Improved grammar validation and refactored the lexers 6 yıl önce
  Erez Shinan 39e58cb8fd Post-refactor cleanup 6 yıl önce
  Erez Shinan 1cc4c965e8 Big Refactor: Grammars now build in half the time. Code shorter & cleaner. 6 yıl önce
  Erez Shinan 0ee80e675a Refactoring for LALR, added the ParseTable class 6 yıl önce
  Erez Shinan 5f5acca40b Cleaned up the LALR(1) parser 6 yıl önce
  Erez Shinan fbeb0e6e59 BUGFIX: tree-less transformer may hang for empty values (Issue #49) 6 yıl önce
  Erez Shinan 5748920df4 BUGFIX in xearley + Feature: earley__predict_all 6 yıl önce
  Erez Shinan 852607b978 BUGFIX: Tokens of different type were equal, causing disambiguation errors (Issue #21) 6 yıl önce
  Erez Shinan ddae93f92f BUGFIX: Ambiguity resolution now sums priority (Issue #46) 6 yıl önce
  Erez Shinan eb007b297c Removed old versions of Earley parsers that are no longer used 6 yıl önce
  Erez Shinan e77433f19a Superficial improvement to Earley 6 yıl önce
  Erez Shinan c91bb61a43 XEarley: Better exception when can't find a solution 6 yıl önce
  Erez Shinan 6f85ca4294 %ignore bug fixed in xearley (thanks to issue #44) 6 yıl önce
  Erez Shinan 34449651bf Added UnexpectedInput exception (with line & column) to xearley (Issue #43) 6 yıl önce
  Erez Shinan eea569fa3a Tiny fix 6 yıl önce
  Erez Shinan 0155d3d956 A few more fixes 6 yıl önce
  Erez Shinan 93302d7ceb Important optimization for fix 6 yıl önce
  Erez Shinan c93140386d BUGFIX: The Earley parser collected repeating derivations, and filtered them out much later than needed. This resulted in very long lists and many unnecessary comparisons. 6 yıl önce
  Erez Shinan a8aa908a4e BUGFIX in Dynamic Earley when ending with an %ignore token 6 yıl önce
  Erez Shinan 816266a5eb BUGFIX for issue #24: Dynamic Earley mishandled %ignore tokens 6 yıl önce
  Erez Shinan 551482898c Fix for earley__all_derivations = False 6 yıl önce
  Erez Shinan 035eea234f BUGFIX: Tree comparison in Earley wasn't hashed, which caused a huge spike in run-time for some cases. 6 yıl önce
  Erez Shinan 9d065c9642 LALR parser: towards generating a standalone (very far away still) 7 yıl önce
  Erez Shinan 5c02166c3f Bugfix #25: Ambiguity resolver sometimes failed under Python3 7 yıl önce
  Erez Shinan 063c7fbdab Tiny fix for Python3 7 yıl önce
  Erez Shinan aede340449 Added earley__all_derivations due to performance concerns 7 yıl önce
  Erez Shinan 5d41371fb3 Added resolve__antiscore_sum 7 yıl önce
  Erez Shinan d9b490f322 Refactoring for ambiguity resolution 7 yıl önce
  Erez Shinan 07fcc26422 Bugfix #21: Can now handle recursive ambiguity while still defending against infinite recursion 7 yıl önce
  Erez Shinan 4e89084336 Oops 7 yıl önce