SeaLang/test.sh
Janis d743292710 compile help script
fix issue where mir interpreted intern indices as data for constants
2024-12-23 03:08:13 +01:00

5 lines
112 B
Bash
Executable file

#!/bin/bash
cargo run --bin main -- -i "$1" asm > asm.S
clang asm.S -c && clang asm.o -o asm && ./asm; echo $?