[#24] New language: Bython
This commit is contained in:
parent
101b71a647
commit
967ea0f22e
|
@ -491,6 +491,14 @@ Nude pagoda careens.
|
||||||
+++.------.--------.
|
+++.------.--------.
|
||||||
>>+.
|
>>+.
|
||||||
>++.
|
>++.
|
||||||
|
`,
|
||||||
|
},
|
||||||
|
bython: {
|
||||||
|
aliases: ["by"],
|
||||||
|
name: "Bython",
|
||||||
|
main: "main.by",
|
||||||
|
run: "bython main.by",
|
||||||
|
template: `print("Hello, world!")
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
c: {
|
c: {
|
||||||
|
|
|
@ -27,6 +27,9 @@ npm install -g bash-language-server
|
||||||
# Befunge
|
# Befunge
|
||||||
npm install -g befunge93 prompt-sync
|
npm install -g befunge93 prompt-sync
|
||||||
|
|
||||||
|
# Bython
|
||||||
|
pip3 install bython
|
||||||
|
|
||||||
# Chef
|
# Chef
|
||||||
cpanm -n Acme::Chef
|
cpanm -n Acme::Chef
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue