add Unicode support to ocamllex
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
ocamllex does not support Unicode, but all the parsers I need to construct in my project must support Unicode. Does that force me to throw ocamllex away and use other lexers ? Os is there a way to somehow combine ocamllex with other tools such as Uutf for example ?