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