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

An ocaml regular expression library using brzozowski derivatives

Notifications You must be signed in to change notification settings

till-varoquaux/Redev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

About

An ocaml regular expression library using brzozowski derivatives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages