gluon 0.4.1

A static, type inferred programming language for application embedding
Documentation
cargo test -p gluon_base &&
    cargo test -p gluon_parser --features test &&
    cargo test -p gluon_check --features test &&
    cargo test -p gluon_vm --features test &&
    cargo test --features "test skeptic nightly" &&
    (cd c-api && cargo test --features "test skeptic nightly")