exercism / ocaml

Exercism exercises in OCaml.
https://exercism.org/tracks/ocaml
MIT License
94 stars 50 forks source link

Add regular expressions libraries to 'Bob' problem #432

Open yashrk opened 3 years ago

yashrk commented 3 years ago

Solving this problem without a good regular expression library is a bit humiliating. =)

georgyo commented 1 year ago

This PR also requires a change to the ocaml-test-runner as re2 is not a dependency currently installed there.