2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Don't need these files in the root folder anymore. More... over 13 years ago
String concatenation tweaks. More... over 13 years ago
Properly emitting back-references. This should conclude selector parsing and emission until we're ready to tackle interpolation. More... over 13 years ago
Parsing back-references (i.e., the ampersand). More... over 13 years ago
Handling pseudo-class and pseudo-elements. More... over 13 years ago
Handling attribute selectors. Only pseudo-thingies remain. More... over 13 years ago
Working on parsing attribute selectors. More... over 13 years ago
Handling class/id selectors, as well as simple selector sequences consisting of such. More... over 13 years ago
Handling selectors that begin with a combinator, since nesting makes them valid and meaningful. More... over 13 years ago
Adding a spec test for nested selector groups that have combinators. Still passes! More... over 13 years ago
Updating the emitter to handle combinators. All tests pass again. More... over 13 years ago
Adding a spec test for combinator selectors. More... over 13 years ago
Properly handling selector combinators. Had to account for some subtleties in lexing significant whitespace. More... over 13 years ago
Working on selector combinators. Don't try to compile this. More... over 13 years ago
Changing the echo emitter to return a string instead of writing to stdout. More... over 13 years ago
Fixing the printing of top-level comments. All tests pass again! More... over 13 years ago
Getting the newlines right, and adding a new spec test. More... over 13 years ago
functionality++; efficiency--; // got nested selector group combinations working More... over 13 years ago
Trying to get nested selector groups to expand properly. More... over 13 years ago
Handling empty rules (i.e., extra semicolons, but it's subtle). More... over 13 years ago
Gah, finally got parsing of comma-separated groups of simple selectors working. More... over 13 years ago
More thorough parsing. More... over 13 years ago
Improving the node struct, and working on new parsing functionaity. More... over 13 years ago
Forgot to comment out some stuff. More... over 13 years ago
Workin' on the node struct. More... over 13 years ago
Huge test file. More... over 13 years ago
Sharing vectors instead of copying them. This program now leaks memory, BTW. More... over 13 years ago
Adding a new (passing) test case to check comment preservation and removal. More... over 13 years ago
Adding crappy command-line options so that I can check multiple output styles without recompiling. Make sure you get the command-line options right or there will be segfaults. More... over 13 years ago
Cleaning up and correcting the nested-style emitter. Now handles arbitrarily nested rule-less rulesets. New spec test added and passed. More... over 13 years ago