Skip to content

0.9 full python 3 (up to 3.7) parsing (2019-02-01)

Compare
Choose a tag to compare
@Psycojoker Psycojoker released this 25 Feb 23:51
· 15 commits to master since this release
  • full python 3.7 syntax support

  • BREAKING CHANGE: annotations are now member of {Def,List,Dict}Argument to flatten the data structure, TypedNameNode doesn't exist anymore

  • add support for return annotation by bram

  • add support for variable annotation #177 by scottbelden and additional work by bram

  • add support for raise from by bram