2
I Use This!
Very 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
broken
hcatlin
as Hampton Catlin
More... over 13 years ago
Tweaking the scanning definitions to match the W3C spec. More... over 13 years ago
Making this fit the naming scheem. More... over 13 years ago
Adding another matcher and moving a few things around. More... over 13 years ago
Updating the test for context objects. More... over 13 years ago
Testing and debugging the context initialization functions. More... over 13 years ago
Adding a function to free contexts. More... over 13 years ago
Renaming these files for no particular reason. More... over 13 years ago
Getting started on the Sass context objects. More... over 13 years ago
Forgot the close the file. More... over 13 years ago
Cleaning up some stuff. More... over 13 years ago
Making a 'read-entire-file-into-a-string' function. Reads the whole thing in one chunk (uses fseek/ftell to compute the length), and seems to handle unicode just fine. More... over 13 years ago
Pulling stuff out and simplifying. More... over 13 years ago
Workin on Sass/CSS-specific lexical patterns. Also tweaking the primitive stuff as necessary. More... over 13 years ago
Damn typos in my macros. More... over 13 years ago
Trying to get things to link. Not succeeding. More... over 13 years ago
Starting work on the Sass/CSS-specific lexical patterns. More... over 13 years ago
Adding a negative lookahead. More... over 13 years ago
Don't need string.h More... over 13 years ago
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