Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 376 Bytes

ChangeLog.md

File metadata and controls

13 lines (9 loc) · 376 Bytes

Revision history for ocamlhi

0.1.0.0 -- 2020-05-04

  • First version. Released on an unsuspecting world.

1.0.0.0 -- 2024-11-27

  • 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.