0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix word? parser. More... over 13 years ago
Change parse-string and parse-string* to parse-sequence and parse-sequence* to indicate that they operate on any object implementing CONTEXT interface. Add parse-string and parse-string* as synonyms for backwards compatibility. More... over 13 years ago
Fix word in README More... over 14 years ago
Conditionalize sbcl specific gc trigger in test function. More... over 14 years ago
In memoize?, move global variable management inside the closure. More... over 14 years ago
Fix curtail? More... over 14 years ago
Fix (zero) to emit proper closure. More... over 14 years ago
Add validate? More... over 14 years ago
Explain backtracking and ambiguity more. More... over 14 years ago
Try to explain the importance of persistent data structures. More... over 14 years ago
Add more documentation. More... over 14 years ago
Make whitespace? and word? backtracking, export new symbols. More... over 14 years ago
Add cut? and update README. More... over 14 years ago
Fix integer parsers. More... over 14 years ago
Add radix not natural number parser and make backtracking one actually backtracking. More... over 14 years ago
Use named? in expression?/* More... over 14 years ago
Add macro to name generated parser, so it can call itself, and rewrite nested? to use it. More... over 14 years ago
Ensure more parser arguments in nested? More... over 14 years ago
Add nested? parser, for nested sequences. More... over 14 years ago
Remove obviously redundant uses of WITH-PARSERS More... over 14 years ago
Add CHOOK? More... over 14 years ago
Add OPT?/*. More... over 14 years ago
Add HOOK? More... over 14 years ago
Update README. More... over 14 years ago
Core combinators do not have to be macros. More... over 14 years ago
Switch test dependency from BPM to FARE-MATCHER More... over 14 years ago
Change uses of MDO to NAMED-SEQ?/* as appropriate. More... over 14 years ago
Clarify docstrings for find?, find-after? and find-after-collect?. More... over 14 years ago
Emit empty match from breadth? when min is nil. More... over 14 years ago
Make the tests actually work. More... over 14 years ago