Re: add Unicode support to ocamllex
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAMu2m2+twTKKF1XttJ1_zcd9QQyCvQ6QD0eF2+0Me7PjoxVS1A@mail.gmail.com> |
https://github.com/alainfrisch/sedlex On Tue, Apr 7, 2015 at 3:23 PM, [email protected] [ocaml_beginners] < [email protected]> wrote: > > > > 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 ? > > > >