Project Summary

  Analyzed 8 days ago based on code collected 8 days ago.

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)

Share

In a Nutshell, terse-ppcre...

Languages

HTML
59%
Lisp
28%
CSS
13%
 
 

Lines of Code

 

Activity

30 Day Summary May 13 2013 — Jun 12 2013

12 Month Summary Jun 12 2012 — Jun 12 2013

Community

Ratings

Be the first to rate this project
 
Click to add your rating
 
Review this Project!
 
 
 

Creative Commons License 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.