[#24] New language: Aheui

This commit is contained in:
Radon Rosborough 2020-09-27 09:39:46 -07:00
parent 73b17c8110
commit caef35a0e0
2 changed files with 35 additions and 0 deletions

View File

@ -104,6 +104,33 @@ println (* 123 234)`,
main: "main.als",
run: "LD_LIBRARY_PATH=/usr/lib/afnix axi main.als; LD_LIBRARY_PATH=/usr/lib/afnix axi",
template: `println "Hello, world!"
`,
},
: {
aliases: [
"aheui",
"aheuis",
"rpaheui",
"caheui",
"naheui",
"goaheui",
"jsaheui",
"pyaheui",
"rsaheui",
"as3aheui",
"raheui",
],
name: "아희",
main: "main.aheui",
run: "aheui main.aheui",
template: `밤밣따빠밣밟따뿌
`,
},
algol: {

View File

@ -5,6 +5,14 @@ set -o pipefail
set -x
pushd /tmp >/dev/null
# Aheui
git clone https://github.com/aheui/caheui.git
pushd caheui >/dev/null
make
mv aheui /usr/local/bin/
popd >/dev/null
rm -rf cahuei
# Battlestar
git clone https://github.com/xyproto/battlestar.git
pushd battlestar >/dev/null