0
I Use This!
Inactive

Commits : Listings

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