Skip to content

Commit

Permalink
More stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Sep 16, 2024
1 parent 8a37c6b commit 502d08f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,6 @@ The `examples/` subdirectory contains several samples of sedlex in use.
- improvements to the build system
- switched parts of ppx_sedlex to using concrete syntax (with ppx_metaquot)
- Steffen Smolka: port to dune
- Romain Beauxis:
- Implementation of the unicode table extractors
- General maintenance
1 change: 1 addition & 0 deletions src/generator/gen_unicode.ml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ let files =
let interval = parse_interval interval in
let prop = parse_prop prop in
Hashtbl.add labels prop interval
(* TODO: support non-binary properties? *)
| _ -> () );
( "DerivedGeneralCategory.txt",
fun s ->
Expand Down

0 comments on commit 502d08f

Please sign in to comment.