2
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
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
Bam, all tests are passing again. More... over 13 years ago
Need to update these too. More... over 13 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... over 13 years ago
Minor cleanup. More... over 13 years ago
More test cases for mixin scope and rebinding of variables. More... over 13 years ago
Don't need this flag anymore. More... over 13 years ago
Whoops, need to do a deep copy. More... over 13 years ago
Clone function for nodes. More... over 13 years ago
Rolling back to before I started the delayed-evaluation stuff. Didn't checkout an older commit because I wanted to keep some of the new stuff. More... over 13 years ago
Getting things to compile again. More... over 13 years ago
Mixin stuff. More... over 13 years ago