ocaml-ulex08

OCaml lexer generator with Unicode support - CamlP5 version

Description

ulex is a lexer generator for the Objective Caml (OCaml) programming language.

It is implemented as a Camlp4 syntax extension: lexer specifications are embedded in regular OCaml code.

Generated lexers work with a new kind of "lexbuf" that supports Unicode; a single lexer can work with arbitrary encodings of the input stream.

This package ships the latest release of ulex compatible with Camlp4 pre OCaml 3.10 (now called CamlP5). Applications which need both ulex and the legacy version of Camlp4 might need to use this package instead of ocaml-ulex (the latter shipping the latest available ulex release which requires Camlp4 >= 3.10)).

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/sacerdot/ulex/tree/ulex-camlp5


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install ocaml-ulex08