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

Support for import aliasing #36

Open
smuuf opened this issue Mar 26, 2022 · 0 comments
Open

Support for import aliasing #36

smuuf opened this issue Mar 26, 2022 · 0 comments

Comments

@smuuf
Copy link
Owner

smuuf commented Mar 26, 2022

Currently import std.types will always import module types into variable types, or import std.term.colors: Fg will always import name Fg from module std.term.colors into variable Fg.

What we want to allow are these:

>>> import std.types as lol_std_types

... or:

>>> import import std.term.colors: Fg as colors_fg

... or even:

>>> import import std.term.colors: Fg as colors_fg, Bg as colors_bg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant