You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Writing an Interpreter and Compiler in Go in OCaml"
description:
"This project is an OCaml transcription of the interpreter and compiler developed over the course of Thorsten Ball's \"Writing an Interpreter in Go\" and its sequel \"Writing a Compiler in Go\". It serves as an exercise in learning about interpreters and compilers, as well as OCaml."