Skip to content

Verified implementation of Brzozowski derivatives in Idris

License

Notifications You must be signed in to change notification settings

MathiasVP/idris-regex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idris-regex

Verified implementation of Brzozowski derivatives in Idris

The grammar is given by RegExp: Type -> Type. The semantics of regular expressions is specified by

RegExpSpec: RegExp a -> List a -> Type

Finally the file contains a verified matching procedure for deciding regular language membership

match : DecEq a => (xs : List a) -> (r : RegExp a) -> Dec (RegExpSpec r xs)

About

Verified implementation of Brzozowski derivatives in Idris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages