~alcinnz/haskell-stylist

ref: 950b7f7d54abd218f8ec12272da453bf69469438 haskell-stylist/test/Test.hs -rw-r--r-- 5.1 KiB
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.
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.
ceb3b528 — Adrian Cochrane 5 years ago
Add and pass some unit tests.