hebi 0.2.0

A dynamic scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set windows-shell := ["pwsh.exe", "-NoLogo", "-Command"]

@cli *ARGS:
  cargo run --example cli {{ARGS}}

@snap *ARGS:
  cargo insta test --workspace --review --no-ignore {{ARGS}}

@snap-clean *ARGS:
  cargo insta test --workspace --delete-unreferenced-snapshots --no-ignore {{ARGS}}

#@miri *ARGS:
#  MIRIFLAGS="-Zmiri-disable-isolation" cargo miri --no-default-features {{ARGS}}

@time build:
  cargo clean
  cargo +nightly build --all --timings --release