Skip to content

Parzival-05/miniOCaml

 
 

An implementaion of OCaml mini-language

This is a homework for functional programming course.

License: LGPL for implementation code + WTFPL for test examles in miniLanguage

Author: David Akhmedov, [email protected]

Features done:

  • Support of pattern matching, lists, tuples, first order functions, primitive types: bool and int.
  • Parser
  • Interpreter
  • Inferencer

Running:

  1. dune build
  2. dune exec demo
  3. Type your OCaml code!

About

No description, website, or topics provided.

Resources

License

LGPL-3.0 and 2 other licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
CC0-1.0
COPYING.CC0

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • OCaml 98.9%
  • Makefile 1.1%