Skip to content

Releases: Pilusx/ocamlhi

v1.0

27 Nov 03:10
Compare
Choose a tag to compare
  • Implemented basic functionality of the interpreter.
    It includes static typing, static binding and even
    a simple standard library.
  • Added 55 test cases, out of which 51 pass.
  • Added examples of advanced algorithms such as mergesort.