991 Commits (cb2d9cded072e0f150b0d6d349fd431369b83a93)
 

Author SHA1 Message Date
  Erez Sh de1f619fcd Bugfix in stand-alone parser (Issue #514) 5 years ago
  Erez Sh 73427f785c Version bump (release 0.8) 5 years ago
  Erez Sh 3688b0053b Disallow '. .' for '..' syntax (Issue #513) 5 years ago
  Erez Sh 94dd3646d4 Extend comments in rules tests 5 years ago
  Erez Sh ce996f445b Merge branch 'rule_comment' of https://github.com/mrob95/lark into mrob95-rule_comment 5 years ago
  Erez Sh 52e510780a Small stuff 5 years ago
  Erez Shinan ba4881d6a8
Merge pull request #497 from macintoshpie/macintoshpie-patch-1 5 years ago
  Erez Shinan 822a9aa186
Merge pull request #512 from MegaIng/patch-1 5 years ago
  Erez Sh f1b07e0571 Small correction to 'Projects using Lark' 5 years ago
  Erez Sh a7c9025858 Added 2 projects to 'Projects using Lark' 5 years ago
  MegaIng 9552f001b2
Update lark.lark 5 years ago
  MegaIng ec67938933
Small correction in lark.lark 5 years ago
  Erez Sh 182385d7b7 Removed bad syntax: *? and +? no longer accepted by the grammar parser (Issue #511) 5 years ago
  Erez Sh 2f92c7b4a7 Small addition to docs about terminal operators 5 years ago
  Erez Sh fcdba441b4 Better error message for reduce/reduce conflict (Issue #135) 5 years ago
  Erez Sh 4db56dc8b0 Added shebang to example script (Issue #504) 5 years ago
  Erez Sh ae691bf35e Revert propagate_positions to be False by default, still not ready for prime-time 5 years ago
  Erez Sh 5682dcc57a Added python_bytecode example + Tiny bugfix 5 years ago
  Erez Sh b2f1b3bf7c Small fixes 5 years ago
  Erez Sh f0da22e9a8 LarkOptions now raises AttributeError instead of KeyError (Issue #503) 5 years ago
  Erez Sh b9c81a5450 Refactor: Simplify code by assuming rule.options is never None 5 years ago
  Erez Sh fbbea5f730 Removed deprecated feature - profile 5 years ago
  Erez Sh f7a6366b6c Make the JSON parser fast again 5 years ago
  Erez Sh dcc9d46eef Fixes to propagate_positions 5 years ago
  Néstor Nápoles 9a0e7af4e2
Adding one more project using Lark 5 years ago
  Ted Summer 0f699b1ebb
chore(docs): default for propagate_positions=False 5 years ago
  Erez Sh 8842928963 Fixed multithreading bug in ContextualLexer (Issue #493) 5 years ago
  Erez Sh e1a39c58d0 Refactored v_args & visitors to a better, more agile implementation 5 years ago
  Erez Shinan d693a17232
Fixed link to Lerche 5 years ago
  Erez Shinan 616d2339b0
Update README.md 5 years ago
  Erez Shinan 8792c99f39
Merge pull request #491 from ElectronicBabylonianLiterature/fix-utf8-import 5 years ago
  Jussi Laasonen 2de7e34766
Open imported grammars with UTF-8 encoding 5 years ago
  Erez Sh 0e141ec896 Small addition to docs 5 years ago
  Erez Sh 86f1bb1db6 Improved the reconstructor, but it still feels like a lost cause 5 years ago
  Erez Sh 99a27663f6 Better error message 5 years ago
  Mike Roberts ed3c131ca8 Allow comments in rule definitions 5 years ago
  Erez Shinan 9727eb0226 Added info to the docs about maybe_placeholders (Issue #451) 5 years ago
  Erez Sh 5402794251 Fix for nearley 5 years ago
  Erez Shinan 58d6d9fac1 Added Token.end_pos, and updated docs regarding recent commits 5 years ago
  Erez Shinan 1815bd7fbd Support for token visitation in internal transformers, as an alternative mechanism for lexer_callbacks 5 years ago
  Erez Shinan 175c403830 Transformers now visit tokens by default 5 years ago
  Erez Shinan 84f08a452f propagate_positions & maybe_placeholders are now true by default, updated docs, tests & examples accordingly (Issue #449, #451) 5 years ago
  Erez Sh e39bfa1b18 Bugfix: Some tokens did not recieve and end_line (Issue #472) 5 years ago
  Erez Sh 7c5917ba19 Merge branch 'master' into true_lalr3 5 years ago
  Erez Sh 5e37fe458d Version bump (0.8.0rc1) 5 years ago
  Erez Sh b21e89b7f3 An addition to the docs 5 years ago
  Erez Sh aa80a95a52 Merge branch 'swuecho-transformer_doc' 5 years ago
  Erez Sh ca36404257 Some improvements to visitor documentation 5 years ago
  Hao Wu 10a09ebba8 transform token doc 5 years ago
  Hao Wu 6546ea352a too much 5 years ago