Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 896 Bytes

#Another Selector Parser Travis Coveralls

A library for parsing and manipulating CSS Level 4 Selectors. It tries to follow the specification for CSS Selectors.

#Usage ##Installation This project is still in alpha and the API is unstable.

#Questions ##Why another parser for CSS Selectors? I was in need for a working CSS Selector toolchain and available solutions were not satisfactory. Since I had a course on compiler principles last term I though I could write my own.

#License MIT