Skip to content

0.7 (2018-08-21)

Compare
Choose a tag to compare
@Psycojoker Psycojoker released this 21 Aug 12:36
· 57 commits to master since this release
  • fix to_python() when strings are indented by stripping whitespace before evaluating by duncf #140

Python 3 support (based on work in Baron):

  • support ellipsis
  • support matrix operator
  • support f-strings
  • support numeric literals
  • support nonlocal statement
  • support keyword only markers
  • support yield from statement
  • support async/await statements