Add comment about the interpreter needing a few more features than the current version of miniml

This commit is contained in:
Nathanaël Courant 2020-12-07 21:26:42 +01:00
parent e469c51a3a
commit 23bd655873

View File

@ -6,3 +6,5 @@ It has three main modes:
- `./interp ocamlc`, which will interpret the compiler sources to get a replacement for `ocamlc`,
- `./interp ocamlopt`, which will interpret the compiler sources to get a replacement for `ocamlopt`,
- `./interp files [list of files]`, which will interpret the list of files given as argument.
For now, it is written in a subset of OCaml a bit larger than miniml, but we are working on making it compatible with miniml by avoiding the use of unnecessary features and adding other features to miniml.