8000 GitHub - ak-1/irregex: Portable Efficient IrRegular Expressions for Scheme
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ak-1/irregex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                               irregex
                               -------

               Portable Efficient IrRegular Expressions

                 http://synthcode.com/scheme/irregex/

A fully portable and efficient R[4567]RS implementation of regular
expressions, supporting both POSIX syntax with various (irregular)
PCRE extensions, as well as SCSH's SRE syntax.  DFA matching is used
when possible, otherwise a closure-compiled NFA approach is used.

Documentation is in the file irregex.html.

About

Portable Efficient IrRegular Expressions for Scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scheme 98.1%
  • Other 1.9%
0