valhallac

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

commit e79533cf3950f088639d627daf63d706a99a63f9
parent 4cd4f37380324e24aa6f4cf460c708ac10f4bf08
Author: Fredrik Knutsen <moi@knutsen.co>
Date:   Mon,  8 Jul 2019 11:25:00 +0100

Init Rust Project

Diffstat:
ACargo.toml | 7+++++++
Asrc/main.rs | 1+
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "Valhalla" +version = "0.1.0" +authors = ["Demonstrandum <moi@knutsen.co>"] +edition = "2018" + +[dependencies] diff --git a/src/main.rs b/src/main.rs @@ -0,0 +1 @@ +fn main() {}