-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
Eden language should support importing external modules using a dedicated import statement.
Celestial 'relative/file/path.eden' Import As 'module-name';
Ideas:
Celestialkeyword is used for importing external modules.- The file path is specified as a string.
- The
Import Asclause assigns an alias to the module for reference.