extprot icon indicating copy to clipboard operation
extprot copied to clipboard

Migrate off camlp4

Open XVilka opened this issue 6 years ago • 0 comments

Camlp4 release for OCaml 4.08 is the last release ever - see the official announcement. It is recommended to port the code to use ppx (extension points), or any external parser (like mehrir, sedlex, ocamllex, ansgtrom, etc).

XVilka avatar Aug 16 '19 07:08 XVilka