We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assignment expression (https://www.python.org/dev/peps/pep-0572/) is not yet available on language-python.
*PyParser> import qualified Language.Python.Version3.Parser as PyParser *PyParser> PyParser.parseExpr "print(x := 2)" "" Left (UnexpectedToken (ColonToken {token_span = SpanPoint {span_filename = "", span_row = 1, span_column = 9}}))
>>> print(x := 2) 2
If you don't mind, I'll send a PR of this issue later. Please, check if it looks ok.
The text was updated successfully, but these errors were encountered:
Thanks @JackAllTrades-MoN.
PR would be appreciated. If possible, please include test cases as well.
Cheers!
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: