From 967ea0f22e7314d35c0c2c85f0c77756135b7884 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 3 Oct 2020 11:33:27 -0700 Subject: [PATCH] [#24] New language: Bython --- backend/src/langs.ts | 8 ++++++++ scripts/docker-install-phase5.bash | 3 +++ 2 files changed, 11 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 18927a5..5722564 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -491,6 +491,14 @@ Nude pagoda careens. +++.------.--------. >>+. >++. +`, + }, + bython: { + aliases: ["by"], + name: "Bython", + main: "main.by", + run: "bython main.by", + template: `print("Hello, world!") `, }, c: { diff --git a/scripts/docker-install-phase5.bash b/scripts/docker-install-phase5.bash index 42dc84f..95eecba 100755 --- a/scripts/docker-install-phase5.bash +++ b/scripts/docker-install-phase5.bash @@ -27,6 +27,9 @@ npm install -g bash-language-server # Befunge npm install -g befunge93 prompt-sync +# Bython +pip3 install bython + # Chef cpanm -n Acme::Chef