These guys do this:
JS> (ps a!) "abang;" JS> (ps a!!) "abangbang;"
JS> (ps a%) "apercent;" JS> (ps a%%) "apercentpercent;"
But these guys do this:
JS> (ps a+) "aplus;" JS> (ps a++) ";"
JS> (ps a*) "astar;" JS> (ps a**) ";"
I'm sure this has something to do with translation of *NAMES-LIKE-THIS* and +NAMES-LIKE-THIS+. But presumably those should be special cases where * and + are truly delimiting the name?
I'm sure this has something to do with translation of *NAMES-LIKE-THIS* and +NAMES-LIKE-THIS+. But presumably those should be special cases where * and
- are truly delimiting the name?
You're right, I got the regex for that a little wrong. Just pushed a fix.
Thanks, Vladimir
parenscript-devel mailing list parenscript-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/parenscript-devel
parenscript-devel@common-lisp.net