fungi-lang 0.1.0

Fungi: A typed, functional language for programs that name their cached dependency graphs
Documentation
cargo build --verbose
cargo test --verbose -- --nocapture
#cd eval
#cargo run --release --example adder
#cargo run --release --example filter
#cargo run --release --example to_string
#cargo run --release --example unique_elms
#cargo run --release --example quickhull -- -s 10000 -t 250