Camlp4 contributions
From Gallium
Here is list to be completed of existing Camlp4 extensions.
[edit]
Camlp4 3.10 enabled
- ulex: a lexer generator for Unicode.
- json-static: JSON type declarations. See the side-by-side comparison between the 3.09 and the 3.10 versions.
- pa_openin: "open Module in expression" construction
- pa_import: "import Module (ident1, ident2, ..., ident3 as ident4, ...)" construction
- ... add your own
[edit]