riju/langs/oz.yaml

22 lines
273 B
YAML

id: "oz"
aliases:
- "mozart"
- "mozart2"
name: "Oz"
main: "main.oz"
template: |
functor
import
Application
System
define
{System.showInfo 'Hello, world!'}
{Application.exit 0}
end
compile: |
ozc -c main.oz
run: |
ozengine main.ozf