hexaredecimal / hexaredecimal/ML

Module system

Open
#25 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
18
Forks
1
PR merge metrics
No merged PRs in 30d

Description

The lack of a module system is crippling the functionality of the language. This results in functions with a prefix.
- Module must work like SML or Ocaml modules
```
module main
import System::Io (*import modules from the Io file*)
fn main(): Unit => Io::println()

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.