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

edd255/mocaml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Mini-OCaml interpreter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages