valhallac

Compiler for set-theoretic programming language.
git clone git://git.knutsen.co/valhallac
Log | Files | Refs | README | LICENSE

Cargo.toml (245B)


[package]
name = "valhalla-compiler-tests"
version = "0.1.0"
authors = ["Demonstrandum <moi@knutsen.co>"]
edition = "2018"

[dependencies]
colored = "1.8"

[dependencies.valhallac]
path = "../"
default-features = false
features = ["loud-panic"]