0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 19, 2024 — Jul 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't need these. Supplanted by text/. More... over 13 years ago
Matcher for optionally-signed ints. I think this wraps up the primitive stuff that's common to most/all languages. More... over 13 years ago
Some more helpers. More... over 13 years ago
Another combinator, matcher for identifiers. More... over 13 years ago
More prefix matcher combinators (well, to the extent that's possible without closures), and less ad-hoc testing. More... over 13 years ago
Need to change the API slightly to return char *s instead of ints. More... over 13 years ago
Fixing a bug in my usage of va_args. More... over 13 years ago
Stubs for basic utilities that I'll need. More... over 13 years ago
More tokenizing stuff. May have to re-invent closures to make this cleaner. More... over 13 years ago
It turns out I can pass function pointers as va_args -- just need to typedef their signatures to make them star-able. More... over 13 years ago
Basic combinators for tokenizing. Unfortunately, I can't use va_args because it can't handle the signatures of function pointers. More... over 13 years ago
Improving my golf score. More... over 13 years ago
More tokenizing stuff. More... over 13 years ago
Fixing some tiny but breaking bugs. More... over 13 years ago
Improved my golfing score. More... over 13 years ago
Refactoring and fixing stuff. More... over 13 years ago
Refactoring and fixing stuff. More... over 13 years ago
More helper macros. Gonna' try to turn these string prefix matchers into a small, reusable library. More... over 13 years ago
Didn't I just commit this? More... over 13 years ago
We'll see if this goes anywhere. More... over 13 years ago
Just want to see what counts as a punctuation character. More... over 13 years ago
Forgot to rename my functions. More... over 13 years ago
Basic string prefix matching functions for tokenization. Based on previous parser-writing experience, I don't think I'll need a general-purpose regexp library. More... over 13 years ago
Ignoring a.out. More... over 13 years ago
splitting lib from binary More... over 13 years ago
built a simple binary More... over 13 years ago
ignore o files also More... over 13 years ago
ignore More... over 13 years ago
keep the bin More... over 13 years ago
keep the build folder More... over 13 years ago