~alcinnz/haskell-stylist

ref: 38022972af85067203abd9b8855ad0f9e56a0399 haskell-stylist/src/Stylish/Style/Selector/Interpret.hs -rw-r--r-- 3.8 KiB
ee89bcfd — Adrian Cochrane 5 years ago
Abstract away RuleStore construction.
9e7ce5e0 — Adrian Cochrane 5 years ago
Expose common interface above all selector passes.
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.