Skip to content

Commit

Permalink
replace ulex with sedlex (fix realworldocaml#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady authored May 1, 2020
1 parent ef72ecd commit 6c7c60b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/parsing-with-ocamllex-and-menhir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,8 @@ flexibility and complexity:
Unicode character types, conversion from around 200 encodings, and
collation and locale-sensitive case mappings.

- [Ulex](http://www.cduce.org/ulex) is a lexer generator for Unicode that can
serve as a Unicode-aware replacement for `ocamllex`.
- [sedlex](https://github.com/ocaml-community/sedlex) is a lexer generator for
Unicode that can serve as a Unicode-aware replacement for `ocamllex`.

- [Uutf](http://erratique.ch/software/uutf) is a nonblocking streaming
Unicode codec for OCaml, available as a standalone library. It is
Expand Down

0 comments on commit 6c7c60b

Please sign in to comment.