jaked / froc

Functional reactive programming in OCaml
http://jaked.github.com/froc
Other
66 stars 3 forks source link

Migrate off camlp4 #2

Open XVilka opened 5 years ago

XVilka commented 5 years ago

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).