Skip to content

An ocaml regular expression library using brzozowski derivatives

Notifications You must be signed in to change notification settings

ganeshutah/Redev

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

  • OCaml 100.0%