riju/langs/teco.yaml

24 lines
275 B
YAML

id: "teco"
aliases:
- "mung"
name: "TECO"
repl: |
teco
input: "123*234=\x1b\x1b"
main: "main.txt"
template: |
IHello, world!
$HT$$
compile: |
cat main.txt | teco-encode > main.teco
run: |
mung main.teco
scope:
code: |
123*234UX$$
input: "QX=\x1b\x1b"