Skip to content

Version 1.1.0

Compare
Choose a tag to compare
@erezsh erezsh released this 31 Jan 08:05
· 277 commits to master since this release
  • Better support for typing and mypy. Includes generic tree typing (Thanks @plannigan!)

  • Improvements to python.lark (walrus operator, slashes in function params, and more). Now parses the entire Python 3.10 lib successfully

  • Bugfixes:

    • Transformer.__default__ not called in tree-less LALR mode (Issue #1029)
    • v_args failed to apply to class under standalone parser (Issue #1059)
    • maybe_placeholders incorrectly accumulated params when it encountered the | operator (Issue #1078)