Skip to content

Files

Latest commit

0581548 · Dec 16, 2021

History

History
22 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 362 Bytes

Nanomaly NanoML

A simple OCaml parsera and (static + dynamic) type checker in Haskell

Compile and run

Note that executables or libraries can be configured in nanoml.cabal

Compile

stack setup
stack build

Parse OCaml Code

stack exec -- ocaml-to-json  < prog.ml 

stack exec -- ocaml-to-seq   < prog.ml