49 Commits (d2cd30055077263e0432fee48a87181fd36a43a4)

Author SHA1 Message Date
  Erez Sh 7ce0f7015f Added load_grammar.find_grammar_errors 4 years ago
  MegaIng1 7f795e8271 Fix for #826 (Thanks @mikeiovine) + stubs + tests 4 years ago
  Erez Sh 1d61de4f94 Fix .pyi files 4 years ago
  MegaIng1 02035aa141 Added example + Corrected python3.lark 4 years ago
  MegaIng1 8b4f874d3d added example grammar_building.py 4 years ago
  MegaIng1 5db3003edb Updated stubs 4 years ago
  Erez Sh a7c71f32cc Fixed Lark.lex(), added dont_ignore option, added tests for it. 4 years ago
  Brice Arnould 781ae59b3c type stubs: A consistent type for `Token.value` 4 years ago
  Brice Arnould d390a9c0b1 type stubs: fix typo 4 years ago
  Brice Arnould b59764f898 type stubs: Allows `v_args` to decorate a class. 4 years ago
  MegaIng1 8ec6d0f2ab Correction for PR 4 years ago
  Erez Sh 7beb681563 Adds stubs; cleanup 4 years ago
  MegaIng1 4e442bc0b8 regression-fix for #760 4 years ago
  Greg Ward 68e5e86b5b Add missing type hint for Token constructor 4 years ago
  Greg Ward 11a0052eb5 Fix incorrect type hint for 'lexer' argument to Lark constructor 4 years ago
  Erez Sh 5b30ba4841 Cleanup, and a few PEP8 changes 4 years ago
  Fabio Zadrozny 661eca61f4
Change typing in lark.pyi: Any -> UnexpectedInput 4 years ago
  Fabio Zadrozny 5735d29f42
Add on_error to parse lark.pyi 4 years ago
  Fabio Zadrozny 6d4b0c9676
Fix lark.pyi stub syntax 4 years ago
  MegaIng1 dcde0bcbe9 Prevent terminals from being filtered out when used in always_accept 4 years ago
  MegaIng1 5f7a5d428a renamed `source_code` -> `source_grammar` 4 years ago
  MegaIng1 a4260110ff added PackageResource 4 years ago
  MegaIng1 f7d466dc7d added PackageResource 4 years ago
  MegaIng1 a50fc10773 import_paths->sources, source->source_path, various implementation changes 4 years ago
  MegaIng1 009cc10590 Added `FromPackageLoader` and `open_from_package` 4 years ago
  MegaIng1 53b3e12bba Added `import_sources` 4 years ago
  Erez Sh 62776b9908 Added type information for UnexpectedEOF (Issue #686) 4 years ago
  Erez Sh 02d57bc32a Small adjustments to PR 4 years ago
  MegaIng1 cb2d9cded0 Refactored ParserPuppet, added stubs 4 years ago
  MegaIng1 a7bcd0bc2d Added `accepts` attribute to `UnexpectedToken` and update stubs 4 years ago
  MegaIng1 28e0a86f38 Small improvements for debug info 4 years ago
  MegaIng1 c93106f143 Tests for bytes parser (credit to @ctrlcctrlv) 4 years ago
  MegaIng1 0c89189b5f Support for bytes parser 4 years ago
  Inky fcaf10ac4d Fixes caching when custom lexers are used 4 years ago
  MegaIng1 e4e29f5127 Added a bit of explanation for `term_subs` 4 years ago
  Inky a379f7fc22 Added cache option for Lark stub 4 years ago
  julienmalard 09e80a5c9e Fixed tests 4 years ago
  julienmalard e22536fc9b Updated stubs 4 years ago
  julienmalard 86a162d6d8 Added `regex` module as optional mode. 4 years ago
  Erez Sh f04a2167d6 Fixes to mypy stubs (Issue #561) 4 years ago
  Erez Sh 7538c93080 Fixed for mypy (including issue #532) 5 years ago
  nic 97975532ac Fix lexer_callback arg in stub for Lark constructor 5 years ago
  KmolYuan d0f9f715f3 Remove non-public classes in lexer.pyi. 5 years ago
  KmolYuan 803b1fe79e Apply changes and extend more names. 5 years ago
  KmolYuan 42fa4ed1af Use wildcard import syntax in __init__.pyi. 5 years ago
  KmolYuan 39aa08d223 Split out stubs. 5 years ago