[#24] New language: Aheui
This commit is contained in:
parent
73b17c8110
commit
caef35a0e0
|
@ -104,6 +104,33 @@ println (* 123 234)`,
|
||||||
main: "main.als",
|
main: "main.als",
|
||||||
run: "LD_LIBRARY_PATH=/usr/lib/afnix axi main.als; LD_LIBRARY_PATH=/usr/lib/afnix axi",
|
run: "LD_LIBRARY_PATH=/usr/lib/afnix axi main.als; LD_LIBRARY_PATH=/usr/lib/afnix axi",
|
||||||
template: `println "Hello, world!"
|
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: {
|
algol: {
|
||||||
|
|
|
@ -5,6 +5,14 @@ set -o pipefail
|
||||||
set -x
|
set -x
|
||||||
pushd /tmp >/dev/null
|
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
|
# Battlestar
|
||||||
git clone https://github.com/xyproto/battlestar.git
|
git clone https://github.com/xyproto/battlestar.git
|
||||||
pushd battlestar >/dev/null
|
pushd battlestar >/dev/null
|
||||||
|
|
Loading…
Reference in New Issue