0
I Use This!
Inactive

Commits : Listings

Analyzed 38 minutes ago. based on code collected 42 minutes ago.
Jul 17, 2024 — Jul 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bind seen-positions hashtable to a context More... over 11 years ago
Use proper apostrophe marks in comment More... over 11 years ago
Provide a separate debug system, dependent on CL-CONTAINERS More... almost 12 years ago
Add CHOOKAHEAD?: return result if p matches, but do no advance More... almost 12 years ago
Add BEFORE*: find a p before q, doesn't consume q. More... almost 12 years ago
Add MDO*: like NAMED-SEQ*, but with MDO syntax: the last element must be a parser. More... almost 12 years ago
Define C?, an ergonomic shortcut for CHECK? More... almost 12 years ago
basic.lisp: add some docstrings More... almost 12 years ago
parse-sequence*: fix position table not being returned in all the right cases More... almost 12 years ago
check?: a minor efficiency/debug clarity improvement More... almost 12 years ago
Added debugging utility parser/macro as proposed by Samium Gromoff in issue #9 More... almost 12 years ago
A simple profiling mechanism, based on per-position context creation frequencies. More... almost 12 years ago
Drop fare-matcher dependency More... over 12 years ago
Update comment in csv example. More... over 13 years ago
Add tests for except?. More... over 13 years ago
Add except?. More... over 13 years ago
Replace coerce with map to guarantee consistency in between?. Fixes #5. More... over 13 years ago
Add tests for whitespace?/* :accept-empty t More... over 13 years ago
Add basic tests for whitespace? and whitespace*. More... over 13 years ago
Fix indentation. More... over 13 years ago
Expand on ?/* distinction in example. More... over 13 years ago
Fix typo. More... over 13 years ago
Spellcheck in comments. More... over 13 years ago
Add example: CSV parser. More... over 13 years ago
Add pure-word?/* which accepts only alphabetic characters. More... over 13 years ago
Change docstring for word?. More... over 13 years ago
Close #3. Change word? and word* to accept alphanumeric characters. Change tests to match. More... over 13 years ago
Make test failures more informative. More... over 13 years ago
Add tests for quoted? More... over 13 years ago
Export quoted? More... over 13 years ago