mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-14 07:36:28 +02:00
Updated to Ponylang 0.54.1
This commit is contained in:
parent
c1ed7a7118
commit
bcff5a7598
6 changed files with 50 additions and 0 deletions
5
packages/ponylang/0.54.1/compile
vendored
Normal file
5
packages/ponylang/0.54.1/compile
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Compile pony file(s)
|
||||
rename 's/$/\.pony/' "$@" # Add .pony extension
|
||||
ponyc -b out
|
Loading…
Add table
Add a link
Reference in a new issue