152 Commits (3bee21051e8440e506ea13f45b224e2f6d668662)

Autor SHA1 Mensaje Fecha
  Erez Sh 3bee21051e Reverted changes regarding EOF hace 4 años
  Erez Sh dcc98241c1 Improved handling and performance of large grammars hace 4 años
  Erez Sh 9cc57abd8a Added 'cache' option to Lark (Issue #479) hace 4 años
  MegaIng1 1b5ffc0660 Added the ability to use templates as template arguments. Error reporting should still be horrible. hace 4 años
  MegaIng1 20a2f690ca Correct behaviour of aliases for templates (attempt 2) hace 4 años
  MegaIng1 2daca647d4 Unified rules and templates hace 4 años
  MegaIng1 8bf5da697a Added test for template imports and implemented them hace 4 años
  MegaIng1 0c1c48411d Added test for recursive templates + implemented them hace 4 años
  MegaIng1 ed17512c3a Corrected & Simplified test hace 4 años
  MegaIng1 926c98bd41 Renamed global_flags to g_regex_flags hace 4 años
  MegaIng1 732a835b53 Added template tests hace 4 años
  MegaIng1 3a97029853 Added global_flags option to Lark (+ test) hace 4 años
  Erez Sh cf7479f186 Post-merge fixed for end_symbol, + two more tests (Issue #237) hace 4 años
  Erez Sh 94dd3646d4 Extend comments in rules tests hace 4 años
  Erez Sh ae691bf35e Revert propagate_positions to be False by default, still not ready for prime-time hace 4 años
  Erez Sh dcc9d46eef Fixes to propagate_positions hace 4 años
  Erez Sh e1a39c58d0 Refactored v_args & visitors to a better, more agile implementation hace 4 años
  Jussi Laasonen 2de7e34766
Open imported grammars with UTF-8 encoding hace 4 años
  Mike Roberts ed3c131ca8 Allow comments in rule definitions hace 4 años
  Erez Shinan 1815bd7fbd Support for token visitation in internal transformers, as an alternative mechanism for lexer_callbacks hace 4 años
  Erez Shinan 84f08a452f propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue #449, #451) hace 4 años
  Erez Shinan 54b18e5961 Allow transformers to transform tokens (Issue #389) hace 5 años
  Michael Heyvaert c00f4448fa fix custom lexer handling for lalr parser + test hace 5 años
  Erez Shinan c5c763580e Fixed test for newline detection hace 5 años
  Fábio Macêdo Mendes e8c67839c2 Test if lexer correctly detects newlines hace 5 años
  Erez Shinan e3cbd7aadc Negative priority now allowed in rules and tokens. Updated docs about priority hace 5 años
  Erez Shinan aa75d50bd5 End symbol working for lalr + fixed validation for undefined %ignore hace 5 años
  Erez Shinan f1e844accd Mid work. Not promising hace 5 años
  Erez Shinan e79689dce7 Remove unused rules (Issue #384) hace 5 años
  Erez Shinan a9106df824 Corrected thee Transformer's whole_tree interface, for both internal and external use hace 5 años
  Mostafa Razavi e5868415eb Implement embedded in-place transformers. See #378. hace 5 años
  Erez Shinan c5cb79307b Fixes for new standalone (Issue #349) hace 5 años
  PJCampi ccbaebdc6f load_grammar now collects all imports to make before loading them to namespace hace 5 años
  PJCampi b055bc6399 import_grammar now include base_path in recursive call to load_grammar hace 5 años
  PJCampi 4889013404 get_namespace_name now preserves leading underscore on relative import hace 5 años
  Erez Shinan ae51402cc7 Added serializer test hace 5 años
  Erez Shinan e16bb35576 Change maybe_placeholders: Apply to [a] and [a b c], but not a? or (a b)? or [_a _b _c] hace 5 años
  Rogdham 2f6b97cfd3 Allow renaming relative import rule hace 5 años
  Rogdham 9b22d41e49 Change namespace naming and aliasing for imports hace 5 años
  Rogdham 0485a8a5b1 Tests for import rename hace 5 años
  Erez Shinan 532c955962 Fixed tests to work with pytest, improved docs hace 5 años
  Kyungdahm Yun d5c9006f01 Fix literal range escape assertion hace 5 años
  Erez Shinan 6b2df208c2 Fixed support for hex encoding (\xAA) hace 5 años
  Kyungdahm Yun 70d724732d Support hex escape (\xhh) in string literal hace 5 años
  Erez Shinan d2f55fe3ba BUGFIX: Fixed common.ESCAPED_STRING (Issue #309) hace 5 años
  Erez Shinan f8486a02b0 Minor cleanup hace 5 años
  Erez Shinan 899f69a94b Temporarily silence test_earley3 and test_earley4 (priority in terminals) hace 5 años
  Erez Shinan 688c453456 Corrections hace 5 años
  night199uk 80a09697fe Rebuild the way Earley prioritizes ambiguities hace 5 años
  night199uk 72118eaf8c Disable some debug that crept in hace 5 años