~alcinnz/haskell-stylist

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.
b26bb3d1 — Adrian Cochrane 5 years ago
Implement basic parser. TODO test.
6a716488 — Adrian Cochrane 5 years ago
Model the tree being matched, to be converted from XML conduit.
22d07de9 — Adrian Cochrane 5 years ago
Init module.
2b92867d — Adrian Cochrane 5 years ago
Initial commit