lol-re
Tiny wrapper around CL-PPCRE, inspired by #~M and #~S read-macro from Let Over Lambda, making use of regular expressions more perly.

Introduces M~ and S~ read macro tokens (see cl-read-macro-tokens), which do not require backslashes in string describing regular expression to be escaped and establish plenty of anaphoric variables useful for analyzing the match.

Also introduces couple of iterate drivers, to ease use of M~ with iterate.

See README on the homepage for more info.

Licence: GPL

Homepage: GitHub

Topics: regular expression