Modules
Module file
Module files must contain only statements.
<module> ::= <statements>
<statements> ::= <statement> | <statement> <statements>
Importing modules
use "./path/to/module.cumin";
The path will be read as
- Absolute path
- Relative path from the current directory
- Relative path from the file