Updated to Ponylang 0.54.1

This commit is contained in:
RVG|lory 2023-05-14 21:47:23 +02:00 committed by GitHub
parent c1ed7a7118
commit bcff5a7598
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 50 additions and 0 deletions

5
packages/ponylang/0.54.1/compile vendored Normal file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# Compile pony file(s)
rename 's/$/\.pony/' "$@" # Add .pony extension
ponyc -b out