ferth 0.2.0

A safe, native-sized Forth. no_std compatible.
Documentation
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
set -euxo pipefail

TARGET="${1:?target}"
VERSION="${2:?version}"

cargo build --features repl --release --target "${TARGET}" --verbose
tar -cvzf "ferth-${VERSION}-${TARGET}.tar.gz" -C "target/${TARGET}/release" fe