0
I Use This!
Low Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Functions for matching pathnames. More... about 12 years ago
Working on handling imports. More... about 12 years ago
Touching up the readme. More... about 12 years ago
Don't need these files in the root folder anymore. More... about 12 years ago
String concatenation tweaks. More... about 12 years ago
Properly emitting back-references. This should conclude selector parsing and emission until we're ready to tackle interpolation. More... about 12 years ago
Parsing back-references (i.e., the ampersand). More... about 12 years ago
Handling pseudo-class and pseudo-elements. More... about 12 years ago
Handling attribute selectors. Only pseudo-thingies remain. More... about 12 years ago
Working on parsing attribute selectors. More... about 12 years ago
Handling class/id selectors, as well as simple selector sequences consisting of such. More... about 12 years ago
Handling selectors that begin with a combinator, since nesting makes them valid and meaningful. More... about 12 years ago
Adding a spec test for nested selector groups that have combinators. Still passes! More... about 12 years ago
Updating the emitter to handle combinators. All tests pass again. More... about 12 years ago
Adding a spec test for combinator selectors. More... about 12 years ago
Properly handling selector combinators. Had to account for some subtleties in lexing significant whitespace. More... about 12 years ago
Working on selector combinators. Don't try to compile this. More... about 12 years ago
Changing the echo emitter to return a string instead of writing to stdout. More... about 12 years ago
Fixing the printing of top-level comments. All tests pass again! More... about 12 years ago
Getting the newlines right, and adding a new spec test. More... about 12 years ago
functionality++; efficiency--; // got nested selector group combinations working More... about 12 years ago
Trying to get nested selector groups to expand properly. More... about 12 years ago
Handling empty rules (i.e., extra semicolons, but it's subtle). More... about 12 years ago
Gah, finally got parsing of comma-separated groups of simple selectors working. More... about 12 years ago
More thorough parsing. More... about 12 years ago
Improving the node struct, and working on new parsing functionaity. More... about 12 years ago
Forgot to comment out some stuff. More... about 12 years ago
Workin' on the node struct. More... about 12 years ago
Huge test file. More... about 12 years ago
Sharing vectors instead of copying them. This program now leaks memory, BTW. More... about 12 years ago