ocaml-toml / To.ml

OCaml library for TOML
https://ocaml-toml.github.io/To.ml
Other
82 stars 20 forks source link

validate-bare: Improve readability of bare key validation #63

Closed seliopou closed 3 years ago

seliopou commented 4 years ago

Use a ranged pattern match rather than performing a check directly on the character code.

zapashcanon commented 3 years ago

@seliopou are you still interested in this ? If yes, could you rebase the PR so I can review it and merge it ?

zapashcanon commented 3 years ago

Thanks !