Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 288 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 288 Bytes

Ocyula

An experimental compiler for Yula that generates Elixir code, written in Ocaml. This exists for the purpose of justifying the the syntax of Yula.

Building & Running

git clone git@github.com:glyh/ocyula.git
cd ocyula
drom build
echo "a = 1\nIO.puts(a)" | drom run