772 Commits (2f92c7b4a79298eb0e11fd87b2550ac1c7f3e73e)
 

Author SHA1 Message Date
  Erez Sh 2f92c7b4a7 Small addition to docs about terminal operators 4 years ago
  Erez Sh fcdba441b4 Better error message for reduce/reduce conflict (Issue #135) 4 years ago
  Erez Sh 4db56dc8b0 Added shebang to example script (Issue #504) 4 years ago
  Erez Sh ae691bf35e Revert propagate_positions to be False by default, still not ready for prime-time 4 years ago
  Erez Sh 5682dcc57a Added python_bytecode example + Tiny bugfix 4 years ago
  Erez Sh b2f1b3bf7c Small fixes 4 years ago
  Erez Sh f0da22e9a8 LarkOptions now raises AttributeError instead of KeyError (Issue #503) 4 years ago
  Erez Sh b9c81a5450 Refactor: Simplify code by assuming rule.options is never None 4 years ago
  Erez Sh fbbea5f730 Removed deprecated feature - profile 4 years ago
  Erez Sh f7a6366b6c Make the JSON parser fast again 4 years ago
  Erez Sh dcc9d46eef Fixes to propagate_positions 4 years ago
  Erez Sh 8842928963 Fixed multithreading bug in ContextualLexer (Issue #493) 4 years ago
  Erez Sh e1a39c58d0 Refactored v_args & visitors to a better, more agile implementation 4 years ago
  Erez Shinan d693a17232
Fixed link to Lerche 4 years ago
  Erez Shinan 616d2339b0
Update README.md 4 years ago
  Erez Shinan 8792c99f39
Merge pull request #491 from ElectronicBabylonianLiterature/fix-utf8-import 4 years ago
  Jussi Laasonen 2de7e34766
Open imported grammars with UTF-8 encoding 4 years ago
  Erez Sh 0e141ec896 Small addition to docs 4 years ago
  Erez Sh 86f1bb1db6 Improved the reconstructor, but it still feels like a lost cause 4 years ago
  Erez Sh 99a27663f6 Better error message 4 years ago
  Erez Shinan 9727eb0226 Added info to the docs about maybe_placeholders (Issue #451) 4 years ago
  Erez Sh 5402794251 Fix for nearley 4 years ago
  Erez Shinan 58d6d9fac1 Added Token.end_pos, and updated docs regarding recent commits 4 years ago
  Erez Shinan 1815bd7fbd Support for token visitation in internal transformers, as an alternative mechanism for lexer_callbacks 4 years ago
  Erez Shinan 175c403830 Transformers now visit tokens by default 4 years ago
  Erez Shinan 84f08a452f propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue #449, #451) 4 years ago
  Erez Sh e39bfa1b18 Bugfix: Some tokens did not recieve and end_line (Issue #472) 4 years ago
  Erez Sh 7c5917ba19 Merge branch 'master' into true_lalr3 4 years ago
  Erez Sh 5e37fe458d Version bump (0.8.0rc1) 4 years ago
  Erez Sh b21e89b7f3 An addition to the docs 4 years ago
  Erez Sh aa80a95a52 Merge branch 'swuecho-transformer_doc' 4 years ago
  Erez Sh ca36404257 Some improvements to visitor documentation 4 years ago
  Hao Wu 10a09ebba8 transform token doc 4 years ago
  Hao Wu 6546ea352a too much 4 years ago
  Hao Wu 5b930b5973 page for transformer_and_visitor 4 years ago
  Erez Shinan daf74dea51
Merge pull request #466 from llpinokio/master 4 years ago
  Giuliano Oliveira 1f0b1e7520 added visit_topdown methods to Visitor classes 4 years ago
  Erez Sh f07359c316 Version bump 4 years ago
  Erez Sh 17b6d6d3b3 BUGFIX for declared terminals 4 years ago
  Erez Shinan 0a2ff289d5
Merge pull request #463 from timofurrer/bugfix/exc-state 4 years ago
  Timo Furrer 9f218f85b6
Copy exc state when converting UnexpectedCharacters to UnexpectedToken exc. Fixes #462 4 years ago
  Erez Sh f3714a572f Now prints a nice warning instead of failing tests when js2py isn't installed 4 years ago
  Erez Sh 35e1029034 Start parameter now accepts unicode in Python 2 (Issue #459) 4 years ago
  Erez Shinan 17982b3092
Merge pull request #458 from ffranchina/fix_typos 5 years ago
  Francesco Franchina 8685a5afc3 Fixed some typos in the docs 5 years ago
  Erez Sh 0a4530b942 Improved Earley error on EOF (Issue #457) 5 years ago
  Erez Sh f566a3618b Bugfix: Lark now throws an error for recursive terminals (Issue #264) 5 years ago
  Erez Sh 404fef87f4 Version bump 5 years ago
  Erez Sh 94da6c52b8 Refactored the Earley code to make it thread-safe (Issue #454) 5 years ago
  Erez Sh a207963e46 Improved error reporting (Issue #194) 5 years ago