TERSE-PPCRE allows you to use create CL-PPCRE parse trees using a simpler syntax that is still S-expression based. It tries to mimic perl string regular expression syntax as closely as possible, although in some cases the lisp reader prevents us from doing that (for example, we can't use a period to represent any character, so ANY is used instead).
Hopefully using the RE macro shouldn't be too much more verbose than straight perl regex strings, and much easier to combine and manipulate.
Unfortunately I noticed DEFPATT (http://www.cl-user.net/asp/libs/DEFPATT) only after writing this. Oh well, having too many libraries is not exactly Common Lisp's problem.
Author: Aaron Sokoloski (email to asokoloski (but no spam!) at gmail . com)
30 Day Summary May 13 2013 — Jun 12 2013
|
12 Month Summary Jun 12 2012 — Jun 12 2013
|
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.