openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cl-parser-combinators
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 19 hours
ago. based on code collected
about 19 hours
ago.
Jul 17, 2024 — Jul 17, 2025
Showing page 2 of 10
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix word? parser.
Ramarren
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.
Ramarren
More...
over 13 years ago
Fix word in README
Ramarren
More...
over 14 years ago
Conditionalize sbcl specific gc trigger in test function.
Ramarren
More...
over 14 years ago
In memoize?, move global variable management inside the closure.
Ramarren
More...
over 14 years ago
Fix curtail?
Ramarren
More...
over 14 years ago
Fix (zero) to emit proper closure.
Ramarren
More...
over 14 years ago
Add validate?
Ramarren
More...
over 14 years ago
Explain backtracking and ambiguity more.
Ramarren
More...
over 14 years ago
Try to explain the importance of persistent data structures.
Ramarren
More...
over 14 years ago
Add more documentation.
Ramarren
More...
over 14 years ago
Make whitespace? and word? backtracking, export new symbols.
Ramarren
More...
over 14 years ago
Add cut? and update README.
Ramarren
More...
over 14 years ago
Fix integer parsers.
Ramarren
More...
over 14 years ago
Add radix not natural number parser and make backtracking one actually backtracking.
Ramarren
More...
over 14 years ago
Use named? in expression?/*
Ramarren
More...
over 14 years ago
Add macro to name generated parser, so it can call itself, and rewrite nested? to use it.
Ramarren
More...
over 14 years ago
Ensure more parser arguments in nested?
Ramarren
More...
over 14 years ago
Add nested? parser, for nested sequences.
Ramarren
More...
over 14 years ago
Remove obviously redundant uses of WITH-PARSERS
Ramarren
More...
over 14 years ago
Add CHOOK?
Ramarren
More...
over 14 years ago
Add OPT?/*.
Ramarren
More...
over 14 years ago
Add HOOK?
Ramarren
More...
over 14 years ago
Update README.
Ramarren
More...
over 14 years ago
Core combinators do not have to be macros.
Ramarren
More...
over 14 years ago
Switch test dependency from BPM to FARE-MATCHER
Ramarren
More...
over 14 years ago
Change uses of MDO to NAMED-SEQ?/* as appropriate.
Ramarren
More...
over 14 years ago
Clarify docstrings for find?, find-after? and find-after-collect?.
Ramarren
More...
over 14 years ago
Emit empty match from breadth? when min is nil.
Ramarren
More...
over 14 years ago
Make the tests actually work.
Ramarren
More...
over 14 years ago
←
1
2
3
4
5
6
7
8
9
10
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree