0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Refactoring out another bit of code. More... over 13 years ago
Removing some commented code. More... over 13 years ago
Refactoring out an apply function. Now we have an eval/apply pair. More... over 13 years ago
Renaming some files. More... over 13 years ago
Correctly handling default arguments for mixins. More... over 13 years ago
Bam, mixins with arguments (including keyword args) are working properly. More... over 13 years ago
Renamed this file. More... over 13 years ago
Allowing parameter-less mixins to be called without parentheses. More... over 13 years ago
Fixing some whitespace. More... over 13 years ago
Renaming a file. More... over 13 years ago
New environment data structure works. All tests passing. More... over 13 years ago
Extensible environments. More powerful than necessary, but will be necessary if scoped variables and mixins are added to the language. More... over 13 years ago
Fiddling. More... over 13 years ago
Basic mixin functionality. Still need to properly implement environment lookup and correct indentation. More... over 13 years ago
more environment methods More... over 13 years ago
Starting a more flexible environment data structure. More... over 13 years ago
Minor tweaks. More... over 13 years ago
Working on mixin expansion and emission. More... over 13 years ago
Adapting the old mixin parsing functions for the new parsing & expansion phases. More... over 13 years ago