0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add tests checking for erroneous find?/* behaviour when pattern searched is at the beginning of context. More... over 14 years ago
Commit update of test suite from `stefil` to `hu.dwim.stefil` More... over 14 years ago
Move some parsers to a new file, add a new parser inspired by recent Lispforum thread. More... almost 15 years ago
Add gather-if*. More... almost 15 years ago
Use make-context-at-position in regex using parser, anchor regexes. More... almost 15 years ago
Update package, use make-context-at-position, add between* infinite loop detection. More... almost 15 years ago
Add make-context-at-position. More... almost 15 years ago
Allow discarding results in gather-if-not*. More... almost 15 years ago
Fix typo in docstring. More... almost 15 years ago
Add parser using regular expressions using cl-ppcre. More... about 15 years ago
Update g-i-n-u-c test. More... over 15 years ago
Add parameter to gathering functions to allow zero width matches, also add CHECK-TYPE to allow more type inference. More... over 15 years ago
Add more tests. More... over 15 years ago
Add end-context version for gather-if-not*-using-context More... over 15 years ago
Fix spelling. More... over 15 years ago
Add gather-if-not*-using-context More... over 15 years ago
Return end-context when the input vector is done. More... over 15 years ago
Add a test to check is string?-using-context returns continuation context properly. More... over 15 years ago
Add string?-using-context. More... over 15 years ago
Add more docstrings. More... over 15 years ago
Add specialized context-interval for vectors. More... over 15 years ago
Fix a glitch in handling end-contexts for lists. More... over 15 years ago
Split constant fields in context objects into a separate object. More... over 15 years ago
Add tests for modified string?. More... over 15 years ago
Make string? parser return the input substring, rather that copy of the argument. More... over 15 years ago
Add function for clearing parser cache. More... over 15 years ago
Make parser cache deal with optional and keyword arguments. More... over 15 years ago
Remove code duplication. More... over 15 years ago
case-insensitive matching More... over 15 years ago
Generalize gather-before-token* parser. More... over 15 years ago