aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 98c2b0ad22ecec2771624fcca6500bd6cfc5a935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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