Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Namespaces #35

Closed
pzipper opened this issue Mar 25, 2023 · 0 comments
Closed

Namespaces #35

pzipper opened this issue Mar 25, 2023 · 0 comments
Labels
A-codegen Area: the code generator backend A-syntax Area: the parser and scanner A-typechecker Area: the type checker
Milestone

Comments

@pzipper
Copy link
Member

pzipper commented Mar 25, 2023

Description

A namespace would allow different modules and libraries to separate code.

Use Cases

namespace Space;

func Space.Test() {
    // ...
}

func Main() {
    Space.Test();
}
@pzipper pzipper added this to the 0.4.0-alpha milestone Mar 25, 2023
@pzipper pzipper added A-typechecker Area: the type checker A-codegen Area: the code generator backend A-syntax Area: the parser and scanner syntax/scanner labels Mar 25, 2023
pzipper added a commit that referenced this issue Mar 25, 2023
pzipper added a commit that referenced this issue Mar 25, 2023
pzipper added a commit that referenced this issue Mar 25, 2023
pzipper added a commit that referenced this issue Mar 25, 2023
@pzipper pzipper closed this as completed Mar 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-codegen Area: the code generator backend A-syntax Area: the parser and scanner A-typechecker Area: the type checker
Projects
None yet
Development

No branches or pull requests

1 participant