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

namespaces #14

Open
cburgard opened this issue Jul 24, 2023 · 0 comments
Open

namespaces #14

cburgard opened this issue Jul 24, 2023 · 0 comments

Comments

@cburgard
Copy link
Member

It has been brought up multiple times already (e.g. in #10 ) that it would be extremely useful to support namespaces for function and parameter names.

From what I can see, many people would like a syntax like namespace::name, which I personally also like (coming from the C++-world).

I think we should not enforce the usage of a namespace, but rather allow tooling to, upon import, append a namespace to all names in a specific file, which will make combinations much more explicit.

One important point here is if we want to support nested namespaces.

This has some interplay with #12 .

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