genRuntimeSrc
This commit is contained in:
parent
d046d92390
commit
1bdb0b1968
9
genRuntimeSrc
Executable file
9
genRuntimeSrc
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
if [[ $# -ne 1 ]]; then
|
||||||
|
echo "Usage: ./genRuntimeSrc path/to/mlochbaum/BQN"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
|
./BQN cc.bqn $1 -i r0 > src/runtime0
|
||||||
|
./BQN cc.bqn $1 -i r1 > src/runtime1
|
||||||
|
./BQN cc.bqn $1 -i c > src/compiler
|
||||||
|
./BQN cc.bqn $1 -i f > src/formatter
|
||||||
Loading…
Reference in New Issue
Block a user