gonidium 0.0.1

A DSL compiler and REPL for typed numeric expression pipelines
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
default:
    @just --list

check:
    cargo fmt --all -- --check
    cargo clippy --all-targets -- -D warnings
    cargo check --all-targets

test *ARGS:
    cargo test {{ARGS}}

clean:
    cargo clean

msrv:
    cargo check --all-targets