0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Return intermediate fronts when chaining. More... almost 16 years ago
Missed the point More... almost 16 years ago
Add non-backtracking version of expression parser. More... almost 16 years ago
Start adding tests for expression parser. More... almost 16 years ago
Fix expression parser More... almost 16 years ago
Implement expression parser. More... almost 16 years ago
Check remaining length in recursion curtailing. More... almost 16 years ago
Remove obsolete find-after* More... almost 16 years ago
Export new symbols. More... almost 16 years ago
Add first-after-collect?/*, make non-backtracking version find q as soon as possible More... almost 16 years ago
Add breadth first possibility search for find-after. More... almost 16 years ago
Reimplement non-backtracking repetition parsers in terms of between* More... almost 16 years ago
Fix find-after?/* More... almost 16 years ago
Reimplement chainl1?/chainr1? using between?, to avoid consuming stack proportionally to input length. More... almost 16 years ago
Comment out debug prints, fix subparsers advance check, modify word? test. More... almost 16 years ago
Allow zero-width parsers. More... almost 16 years ago
Check if subparser advanced the input More... almost 16 years ago
Reimplement basic repetition parsers in terms of (between? ...) More... almost 16 years ago
Implement non-recursive between? More... almost 16 years ago
Maybe fix loop counter bug. More... almost 16 years ago
Change string? to non-recursive, and add times*. More... almost 16 years ago
Create class before degeneric using it, add dependencies. More... about 16 years ago
Add some documentation. More... about 16 years ago
Make labels optional More... about 16 years ago
Drop unneeded constant. More... about 16 years ago
Fix `memoize?` More... about 16 years ago
Eliminate unnecesary intermediate parse results objects More... about 16 years ago
README More... about 16 years ago
Remove some consing. More... about 16 years ago
Add parser caching. More... about 16 years ago