Camlboot is an attempt to bootstrap the OCaml compiler.
The approach is as follows:
- Compile guile with GCC;
- Run MiniML compiler written in guile;
- Compile OCaml interpreter written in MiniML;
- Run the OCaml interpreter to compile OCaml.
https://github.com/Ekdohibs/camlboot
#plt #fp #ocaml #bootstrap #guile #lisp #gcc
The approach is as follows:
- Compile guile with GCC;
- Run MiniML compiler written in guile;
- Compile OCaml interpreter written in MiniML;
- Run the OCaml interpreter to compile OCaml.
https://github.com/Ekdohibs/camlboot
#plt #fp #ocaml #bootstrap #guile #lisp #gcc
GitHub
GitHub - Ekdohibs/camlboot: Experiment on how to bootstrap the OCaml compiler
Experiment on how to bootstrap the OCaml compiler. Contribute to Ekdohibs/camlboot development by creating an account on GitHub.