Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Pilusx/ocamlhi

Tags

v1.1

Toggle v1.1's commit message
Release v1.1

* Made tests interpretable by OCaml again.
* Added a formatter and reformatted all tests.
* Added a nice, AI generated image of a camel.
* Cleaned up shell scripts.
* Extended the grammar just a bit. Now we use optimistic parsing.
Valid programs should be parsable, but invalid programs can too. :D
* Fixed usage of brackets and added syntactic sugar for lists.
* Refactored the interpreter. Especially, I have changed the
memory management.

v1.0

Toggle v1.0's commit message
Release v1.0

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