[#24] New language: Yorick

This commit is contained in:
Radon Rosborough 2020-09-26 20:33:36 -07:00
parent 647366a8ae
commit f6de928cf3
2 changed files with 18 additions and 0 deletions

View File

@ -3029,6 +3029,20 @@ message:
`,
},
template: `output: "Hello, world!"
`,
},
yorick: {
name: "Yorick",
repl: "rlwrap yorick",
main: "main.i",
run: `echo "Type '#include \\"main.i\\"' to run the code." && rlwrap yorick`,
helloInput: `#include "main.i"`,
scope: {
code: `x = 123 * 234`,
input: `#include "main.i"
x`,
},
template: `write, "Hello, world!"
`,
},
zot: {

View File

@ -87,6 +87,10 @@ xsltproc
# YAML
jq
# Yorick
rlwrap
yorick
# Zot
qt5-qmake
qtscript5-dev