add nim to execute

This commit is contained in:
Brian Seymour 2020-11-01 19:26:09 -06:00
parent d218402a5f
commit 44097f9dc2
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ case "$lang" in
"nasm64" | "asm64")
bin=nasm64
;;
"nim")
bin=nim
;;
"node" | "js" | "javascript")
bin=node
;;