2
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Shelving singleton selector optimization for now. Will pick it back up if I have extra time. More... over 13 years ago
singleton detection More... over 13 years ago
Finished the node refactor. Required more debugging than I expected. More... over 13 years ago
Working on refactoring/optimizing the node data structure. More... over 13 years ago
Refactoring the node data structure. Should reduce the size from 56 bytes down to 32 bytes. More... over 13 years ago
Merge branch 'master' of github.com:hcatlin/libsass More... over 13 years ago
Merge branch 'master' of github.com:hcatlin/libsass
hcatlin
as Hampton Catlin
More... over 13 years ago
Don't need this file anymore. More... over 13 years ago
a test c interface
hcatlin
as Hampton Catlin
More... over 13 years ago
Full-on arbitrarily nested scopes for variables. More... over 13 years ago
Environments now store a link to the global env. Makes it easy to handle 2-level scope for mixins and arbitrarily nested scopes for variables. More... over 13 years ago
Trying out a different comment scanning method in anticipation of implementing the comment formatting routine. More... over 13 years ago
Touching up some whitespace. More... over 13 years ago
Correctly handling the odd edge-case when parsing terminal comments. More... over 13 years ago
Properly scanning negative numbers. More... over 13 years ago
Counting heap-allocated vectors. More... over 13 years ago
Removing some log statements. More... over 13 years ago
More complicated mixin test. More... over 13 years ago
Mixins are fully functional. Check out the jankiest usages. More... over 13 years ago
One step closer to getting nested expansion nodes to emit correctly. More... over 13 years ago
Flattening blocks that contain expansion nodes in order to get them to emit correctly. More... over 13 years ago
'Nuther insignificant cleanup. More... over 13 years ago
Cleaning up a bit of code. More... over 13 years ago
Giving a field a better name. More... over 13 years ago
Removing bits of dead code. More... over 13 years ago
Consolidating a couple of files. More... over 13 years ago
Okay, NOW correctly handling scope wrt mixins. (If a binding exists then change it, otherwise make a new one in the topmost (i.e., local) environment.) More... over 13 years ago
Handling Sass's scoping and shadowing behavior properly with regard to mixins. More... over 13 years ago
Working on handling nested mixin expansions and getting them to emit correctly. More... over 13 years ago
More refactoring. More... over 13 years ago