phase: 20.49 COMPLETE; 20.50 Flow+String minimal reps; 20.51 selfhost v0/v1 minimal (Option A/B); hv1-inline binop/unop/copy; docs + run_all + CURRENT_TASK -> 21.0
This commit is contained in:
@ -4,7 +4,7 @@ set -euo pipefail
|
||||
SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)
|
||||
ROOT_DIR=$(CDPATH= cd -- "$SCRIPT_DIR/.." && pwd)
|
||||
BIN="$ROOT_DIR/target/release/nyash"
|
||||
APP="$ROOT_DIR/apps/selfhost-minimal/main.nyash"
|
||||
APP="$ROOT_DIR/apps/selfhost-minimal/main.hako"
|
||||
|
||||
if [ ! -x "$BIN" ]; then
|
||||
echo "[selfhost] building nyash (release, JIT)..." >&2
|
||||
|
||||
Reference in New Issue
Block a user