Previous: , Up: srfi regexps   [Index]


2.39.9 References

[R7RS] Alex Shinn, John Cowan, Arthur Gleckler, “Revised7 Report on the Algorithmic Language Scheme”. http://trac.sacrideo.us/wg/raw-attachment/wiki/WikiStart/r7rs.pdf.

[SCSH] Olin Shivers, “A Scheme Shell”. Massachusetts Institute of Technology Cambridge, MA, USA, 1994. http://www.scsh.net/docu/scsh-paper/scsh-paper.html.

[IrRegex] Alex Shinn, “IrRegex - IrRegular Expressions”. http://synthcode.com/scheme/irregex/.

[TR18] Mark Davis, Andy Heninger, “UTR #18: Unicode Regular Expressions”. http://www.unicode.org/reports/tr18/.

[UAX29] Mark Davis, “UAX #29: Unicode Text Segmentation”. http://www.unicode.org/reports/tr29/.

[SRFI 0] Marc Feeley, “Feature–based conditional expansion construct”. http://srfi.schemers.org/srfi-0/srfi-0.html.

[SRFI 14] Olin Shivers, “Character–set Library”. http://srfi.schemers.org/srfi-14/srfi-14.html.

[ImplementingRegexps] Russ Cox, “Implementing Regular Expressions”. http://swtch.com/~rsc/regexp/.

[Tcl] Russ Cox, Henry Spencer’s Tcl Regex Library. http://compilers.iecc.com/comparch/article/07-10-026

[Gauche] Shiro Kawai, Gauche Scheme - Regular Expressions. http://practical-scheme.net/gauche/man/?p=Regular+expressions.

[Perl6] Damian Conway, Perl6 Exegesis 5 - Regular Expressions. http://www.perl.com/pub/a/2002/08/22/exegesis5.html.

[PCRE] Philip Hazel, PCRE - Perl Compatible Regular Expressions. http://www.pcre.org/