From 6c7c60b9544e4f72101ecf279dc8434ff695a140 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20Roch=C3=A9?= Date: Sat, 2 May 2020 01:58:29 +0800 Subject: [PATCH] replace ulex with sedlex (fix #3067) --- book/parsing-with-ocamllex-and-menhir/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/parsing-with-ocamllex-and-menhir/README.md b/book/parsing-with-ocamllex-and-menhir/README.md index 73c6102a4..6bba51791 100644 --- a/book/parsing-with-ocamllex-and-menhir/README.md +++ b/book/parsing-with-ocamllex-and-menhir/README.md @@ -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