From f1452ae9bca4f93f169d54f048ea980911277166 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 26 Sep 2020 20:54:28 -0700 Subject: [PATCH] [#24] New language: Zoem --- backend/src/langs.ts | 11 +++++++++++ scripts/docker-install-phase3d.bash | 3 +++ 2 files changed, 14 insertions(+) diff --git a/backend/src/langs.ts b/backend/src/langs.ts index 5c98828..9b451c5 100644 --- a/backend/src/langs.ts +++ b/backend/src/langs.ts @@ -3043,6 +3043,17 @@ message: x`, }, template: `write, "Hello, world!" +`, + }, + zoem: { + aliases: ["azm"], + name: "Zoem", + repl: "zoem", + input: `\\let{123 * 234} +.`, + main: "main.azm", + run: "zoem -I main.azm; zoem", + template: `\\inform{Hello, world!} `, }, zot: { diff --git a/scripts/docker-install-phase3d.bash b/scripts/docker-install-phase3d.bash index d77fd49..7e45a72 100755 --- a/scripts/docker-install-phase3d.bash +++ b/scripts/docker-install-phase3d.bash @@ -91,6 +91,9 @@ jq rlwrap yorick +# Zoem +zoem + # Zot qt5-qmake qtscript5-dev