riju/langs/thue.yaml

12 lines
111 B
YAML

id: "thue"
name: "Thue"
main: "main.thue"
template: |
a::=~Hello, world!
::=
a
run: |
thue main.thue