riju/langs/ante.yaml

19 lines
181 B
YAML

id: "ante"
aliases:
- "an"
name: "Ante"
repl: |
ante
output: |
i32
main: "main.an"
template: |
puts("Hello, world!".cStr)
compile: |
ante main.an
run: |
./main; ante