Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Latest commit

 

History

History
27 lines (14 loc) · 2.75 KB

readme.md

File metadata and controls

27 lines (14 loc) · 2.75 KB

NOTE: Ths project is archived. All development has stopped.

This is a toy library to match regular expression in ocaml. Real regular expression library such as pcre, re2 or tre are big and complex this is not meant to be used as a serious library. The plan is to use memoization on top of Bzrowosky derivatives to reach an asymptotic O(1) behaviour (derivatives can be used to constructed DFAs). Not quite sure yet how to tie tagged transitions in all this.

Interesting articles:

OCaml specific: