joews / import

A tiny module importer for the Io language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

import

A tiny module importer for Io.

Usage

# Import named slots from a module into the current scope
import (foo, bar) from "module.io"

# Import onto a different object
utils import (extend) from "/path/to/utils.io"

See the example directory.

About

A tiny module importer for the Io language


Languages

Language:Io 100.0%