~alcinnz/haskell-stylist

ref: 8492d01f58f80e2a4b251e9dc38cec99128e8e0d haskell-stylist/src/Stylish/Style/Interpret.hs -rw-r--r-- 3.2 KiB
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.