mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
feat - add HolyC
This commit is contained in:
parent
4e361dcf92
commit
02ce97c29f
5 changed files with 36 additions and 0 deletions
7
packages/holyc/0.0.9/compile
vendored
Normal file
7
packages/holyc/0.0.9/compile
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile HolyC files
|
||||
mv $1 $1.HC
|
||||
filename=$1.HC
|
||||
shift
|
||||
hcc $filename
|
Loading…
Add table
Add a link
Reference in a new issue