Skip to content

kccqzy/regex-thompson-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A library to generate C code for regular expressions

This Haskell library performs code generation from a regular expression. It basically "bakes in" the NFA denoted by the regular expression into C code. It mostly follows the approach outlined here.

Efficiency of either the library itself or the generated code is not a concern.

This is a re-implementation of my earlier closed-source work in a related area.

About

Generate C code from regular expressions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published