bjpop / language-python

A parser for Python 2.x and 3.x written in Haskell
157 stars 45 forks source link

Absent of python 3.8 feature "assignment expression" #65

Open JackAllTrades-MoN opened 3 years ago

JackAllTrades-MoN commented 3 years ago

Summary

Assignment expression (https://www.python.org/dev/peps/pep-0572/) is not yet available on language-python.

Note

If you don't mind, I'll send a PR of this issue later. Please, check if it looks ok.

bjpop commented 3 years ago

Thanks @JackAllTrades-MoN.

PR would be appreciated. If possible, please include test cases as well.

Cheers!