You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modules & Projects system is partly implemented now. Now I'm moving to the import statements implementation.
F1uctus
added
architecture
Architectural improvement rather than a new feature or syntax
area: parser
Related to Abstract Syntax Tree parsing pipeline
and removed
architecture
Architectural improvement rather than a new feature or syntax
labels
Sep 17, 2020
Modules should be organized by nesting directories.
Definitions from one module should have straight accessibility from other module's parts.
e.g: examine the hierarchy:
Here, parts of module
frontend
should have access to each other without imports.Same goes for
backend
.The text was updated successfully, but these errors were encountered: