3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Mixin stuff. Better commit and push while I have network connectivity. More... about 12 years ago
Trying out some helper functions. More... about 12 years ago
Parsing mixin definitions, and tweaking the other functions to handle one-pass parsing and expansion. More... about 12 years ago
Don't need this file. More... about 12 years ago
A few more test cases for mixins. More... about 12 years ago
Test file for mixins. Good news -- they're not dynamically scoped. More... about 12 years ago
Handling uri values. More... about 12 years ago
Handling decimal rgb triples. More... about 12 years ago
Handling hex arithmetic. Ignoring more janky edge cases. Probably need to handle decimal rgb formats too. More... about 12 years ago
New node type for hex triples. Modified the emitter to print hex triples correctly. Next: hex triple arithmetic. More... about 12 years ago
Handling arithmetic with units. Gonna' forget about janky edge cases for now -- people shouldn't be doing arithmetic on lists anyway. More... about 12 years ago
Expression evaluator is mostly working. Still need to correctly handle multiplying and dividing with measurement units. Also need to correctly handle hex arithmetic. Finally, need to see if I can't handle more weird edge cases. More... about 12 years ago
Evaluator is mostly working. Ironing out some intermittent bugs. More... about 12 years ago
Working on evaluating arithmetic expressions. Tough because of Sass's liberalism and the fact that '/' can be both a division operator and number separator. More... about 12 years ago
Fixed a weird breakage caused by an accidentally commented line. More... about 12 years ago
Working on getting expressions to print out. Next step is evaluation. More... about 12 years ago
Parsing complete list and expression syntax (I think). We'll know for sure when it actually gets emitted. More... about 12 years ago
Properly handling arbitrarily complicated args to :not. LET THIS BE THE END OF SELECTOR PARSING (until interpolation). More... about 12 years ago
Figuring out the grammar for mixing up different kinds of lists and arithmetic expressions. More... about 12 years ago
Working on some hairy parsing stuff. More... about 12 years ago
Holy crap, the new lookahead functions are working. The parser essentially does backtracking now. May be worth it to characterize selectors with a massive regexp and do lookahead that way. More... about 12 years ago
Working on more sophisticated lookahead in order to parse arithmetic expressions. More... about 12 years ago
Forgot to handle :not(...) as a special case of functional pseudo-classes. More... about 12 years ago
Getting imports to work right. Arbitrary nesting and cross-file variables work properly. More... about 12 years ago
Trying to get imports to work correctly. Cross-file variables not working for some reason. More... about 12 years ago
Const correctness! More... about 12 years ago
Changing the way nodes are stored at the root level. Makes for easier tree splicing. More... about 12 years ago
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