0
I Use This!
Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Jun 12, 2023 — Jun 12, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Giving a field a better name. More... about 12 years ago
Removing bits of dead code. More... about 12 years ago
Consolidating a couple of files. More... about 12 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... about 12 years ago
Handling Sass's scoping and shadowing behavior properly with regard to mixins. More... about 12 years ago
Working on handling nested mixin expansions and getting them to emit correctly. More... about 12 years ago
More refactoring. More... about 12 years ago
Refactoring out another bit of code. More... about 12 years ago
Removing some commented code. More... about 12 years ago
Refactoring out an apply function. Now we have an eval/apply pair. More... about 12 years ago
Renaming some files. More... about 12 years ago
Correctly handling default arguments for mixins. More... about 12 years ago
Bam, mixins with arguments (including keyword args) are working properly. More... about 12 years ago
Renamed this file. More... about 12 years ago
Allowing parameter-less mixins to be called without parentheses. More... about 12 years ago
Fixing some whitespace. More... about 12 years ago
Renaming a file. More... about 12 years ago
New environment data structure works. All tests passing. More... about 12 years ago
Extensible environments. More powerful than necessary, but will be necessary if scoped variables and mixins are added to the language. More... about 12 years ago
Fiddling. More... about 12 years ago
Basic mixin functionality. Still need to properly implement environment lookup and correct indentation. More... about 12 years ago
more environment methods More... about 12 years ago
Starting a more flexible environment data structure. More... about 12 years ago
Minor tweaks. More... about 12 years ago
Working on mixin expansion and emission. More... about 12 years ago
Adapting the old mixin parsing functions for the new parsing & expansion phases. More... about 12 years ago
Bam, all tests are passing again. More... about 12 years ago
Need to update these too. More... about 12 years ago
No longer doing single-pass parsing/expansion. Building up a queue of pending expansions/evaluations, then performing them after parse. Should combine the efficiency of single-pass with the ease of multi-pass. Small bug that needs fixing. More... about 12 years ago
Minor cleanup. More... about 12 years ago