slige/slige-run.sh

13 lines
167 B
Bash
Raw Normal View History

2024-12-11 02:11:00 +00:00
#!/bin/bash
set -e
echo Compiling $1...
deno run --allow-read --allow-write compiler/main.ts $1
echo "Running out.slgbc..."
./runtime/build/sliger run out.slgbc