Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/roguh/clox

Lox interpreter written in OCaml by Hugo O. Rivera Calzadillas.
https://github.com/roguh/clox

dune interpreter lox menhir ocaml

Last synced: 12 days ago
JSON representation

Lox interpreter written in OCaml by Hugo O. Rivera Calzadillas.

Awesome Lists containing this project

README

        

#+TITLE: Lox-in-Ocaml Interpreter

* Install

Install OCaml, opam, and dune.

#+BEGIN_SRC
asdf plugin-add ocaml
asdf install ocaml XXX
opam install dune
#+END_SRC

Find dependencies: =dune external-lib-deps --missing src/cli.exe=

* Compile

#+BEGIN_SRC
make clean
make all
make test
#+END_SRC