[#24] New language: Zoem

This commit is contained in:
Radon Rosborough 2020-09-26 20:54:28 -07:00
parent f6de928cf3
commit f1452ae9bc
2 changed files with 14 additions and 0 deletions

View File

@ -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: {

View File

@ -91,6 +91,9 @@ jq
rlwrap
yorick
# Zoem
zoem
# Zot
qt5-qmake
qtscript5-dev