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

Import Python built-ins #3

Open
rmhsilva opened this issue May 6, 2020 · 0 comments
Open

Import Python built-ins #3

rmhsilva opened this issue May 6, 2020 · 0 comments

Comments

@rmhsilva
Copy link
Contributor

rmhsilva commented May 6, 2020

As a programmer, I want to be able to import Python built-ins (e.g. print), without having to wrap them in a module.

e.g. (importpy format) should work as expected.

Implementation:

  • modify the grammar to not require a ":from" clause in "importpy"
  • modify machine.py to handle this case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant