From 8e82014a2f4ce6c6c768c126845280a286577640 Mon Sep 17 00:00:00 2001 From: dzaima Date: Fri, 2 Apr 2021 14:31:47 +0300 Subject: [PATCH] genRuntime --- genRuntime | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/genRuntime b/genRuntime index add10838..2edf4049 100755 --- a/genRuntime +++ b/genRuntime @@ -1,3 +1,8 @@ #!/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 c > src/compiler +./cc.bqn $1 f > src/formatter