From 50c6e603151f585fd172402b496fef31a849c2ad Mon Sep 17 00:00:00 2001 From: Franciszek Malinka Date: Mon, 14 Mar 2022 20:55:30 +0100 Subject: readme update --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b7183c..98c2b0a 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# ocaml-playground -Ocaml playground +# Ocaml playground + +My little OCaml projects. IMHO OCaml is great for manipulating recursive data +structures, thus I'd like to get the hang of writing small programs fast. + +## regex.ml +DFA to regex converter. +TODO: +- Reduce regexes that are concatenated with the empty regex +- Expand the string_of_regex function, for example omit parenthesis around + concatenated letters +- Make some automaton parser \ No newline at end of file -- cgit v1.2.3