Skip to content
New issue

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

Unsupported Python Language Features #1

Open
acbart opened this issue Jul 26, 2019 · 0 comments
Open

Unsupported Python Language Features #1

acbart opened this issue Jul 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@acbart
Copy link
Collaborator

acbart commented Jul 26, 2019

The following are not yet implemented in Skulpt, but reasonably should:

[ ] FormattedValue, also known as F-strings
[ ] Async versions of comprehensions, function definitions, For, With, and the Await keyword
[ ] Bytes string literals (b'test')
[ ] Ellipsis
[ ] Nonlocal keyword

The following are more cutting edge features not yet supported

[ ] Walrus operator
[ ] Positional-only parameters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant