~alcinnz/haskell-stylist

ref: a862da9315b5f44d11d5f060ca3f61c2c8451255 haskell-stylist/src d---------
524ca9cc — Adrian Cochrane 5 years ago
Compute selector specificity.
813c306e — Adrian Cochrane 5 years ago
Reorganize modules to make space for styling passes not related to selectors.
0a897a1d — Adrian Cochrane 5 years ago
Implement interpretor support exists and locale attribute tests.
8492d01f — Adrian Cochrane 5 years ago
Implement CSS selector interpretor.
df2761aa — Adrian Cochrane 5 years ago
Compile 'complex' selectors (ones with multiple tests but no tree traversal).

I'm currently using a temporary datastructure which will be easily
replaced with curried functions later.
d321f69d — Adrian Cochrane 5 years ago
Unit test the style index.
342f1e52 — Adrian Cochrane 5 years ago
Lookup possible styles from the index.
16597996 — Adrian Cochrane 5 years ago
Index style rules to quickly narrow down which ones match a given element.
df951629 — Adrian Cochrane 5 years ago
Improve parsing API.

Now compound selectors have their own type, aiding indexing and maybe interpretation.
Now only one selector is associated with outputted style rule.
898234de — Adrian Cochrane 5 years ago
Add some resiliancy checks.
ceb3b528 — Adrian Cochrane 5 years ago
Add and pass some unit tests.