Skip to content

makenowjust-labs/repa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

repa

Regular Expression meets Presburger Arithmetic.

Example

$ cargo build -p grepa
$ ./target/debug/grepa '^(a{a}|i{i}|[^ai])*$' 'i >= 4 and a >= 4 and i = a' /usr/share/dict/words
antitintinnabularian

About

Regular Expression meets Presburger Arithmetic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages