ocaml-community / sedlex

An OCaml lexer generator for Unicode
MIT License
235 stars 43 forks source link

gen_unicode.ml extract info from UCD files comments #138

Closed hhugo closed 1 year ago

hhugo commented 1 year ago

The comments are purely informational, and may change format or be omitted in the future. They should not be parsed for content.

hhugo commented 1 year ago

Fixed by #141