ocamli icon indicating copy to clipboard operation
ocamli copied to clipboard

OCaml interpreter

Results 15 ocamli issues
Sort by recently updated
recently updated
newest added

Hi, I'd be very interested to play with ocamli but I can't get it to compile, I tried with OCaml versions 4.05.0, 4.06.1, 4.07.1, 4.08.0, 4.08.1 and 4.09.0. Running `sh...

![untitled](https://user-images.githubusercontent.com/1702581/28017270-61fa9bbc-6570-11e7-9ecb-d8d5c41861db.png)

hash the printout strings and check for repeats to show infinite loops

Arraylabels.ml just has "include Array" so we must implement the include keyword. However, the labels come about because arraylabels.mli puts some labels on: they do not exist in array.ml or...

e.g for print_int (factorial 4) we shouldn't ellide factorial 4's evaluation just because it's inside a print_int!