Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 477 Bytes

README.adoc

File metadata and controls

15 lines (9 loc) · 477 Bytes

Overview

This is an experimental implementation of OCaml macros, based on version 4.04 of OCaml.

Installation

Installation instruction are the same as for the standard OCaml distribution.

Installing OPAM packages

Most packages should compile fine, but causes that may break your packages include:

  • a use of the reserved words static or macro as an identifier;

  • a use of $ as a regular operator.