riju/langs/dhall.yaml

12 lines
176 B
YAML

id: "dhall"
name: "Dhall"
main: "main.dhall"
template: |
{ output = "Hello, world!" }
compile: |
cat main.dhall | dhall-to-json > main.json
run: |
cat main.json | jq .