genRuntime
This commit is contained in:
parent
e830df3893
commit
8e82014a2f
@ -1,3 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
if [[ $# -ne 1 ]]; then
|
||||||
|
echo "Usage: ./genRuntime path/to/mlochbaum/BQN"
|
||||||
|
exit
|
||||||
|
fi
|
||||||
./cc.bqn $1 r > src/runtime
|
./cc.bqn $1 r > src/runtime
|
||||||
./cc.bqn $1 c > src/compiler
|
./cc.bqn $1 c > src/compiler
|
||||||
|
./cc.bqn $1 f > src/formatter
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user