Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 348 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 348 Bytes

Mini-OCaml Interpreter

This interpreter was made as a project at Saarland university. As the name suggests, Mini-OCaml is a small subset of OCaml.

Building

dune build

Usage

Run ./main after building the project. Type in expressions like, for example, let x = 5 * 5 in x * x.

To-Do

  • Lexing function types as input, comments