From caef35a0e00c95660cf3bdc19636578fa0017e7a Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 27 Sep 2020 09:39:46 -0700 Subject: [PATCH] [#24] New language: Aheui --- backend/src/langs.ts | 27 +++++++++++++++++++++++++++ scripts/docker-install-phase6.bash | 8 ++++++++ 2 files changed, 35 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 4fbfc31..2f876ae 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -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: { diff --git a/scripts/docker-install-phase6.bash b/scripts/docker-install-phase6.bash index 180f19f..35babb6 100755 --- a/scripts/docker-install-phase6.bash +++ b/scripts/docker-install-phase6.bash @@ -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