Skip to content
/ clox Public

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

Notifications You must be signed in to change notification settings

roguh/clox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox-in-Ocaml Interpreter

Install

Install OCaml, opam, and dune.

asdf plugin-add ocaml
asdf install ocaml XXX
opam install dune

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

Compile

make clean
make all
make test

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published