Skip to content

clentfort/another-selector-parser

Folders and files

NameName
Last commit message
Last commit date
May 9, 2016
May 9, 2016
May 7, 2016
May 14, 2016
Apr 12, 2016
Apr 15, 2016
May 14, 2016
May 5, 2016
May 5, 2016
May 7, 2016
May 4, 2016
May 9, 2016
Apr 18, 2016
May 9, 2016
May 9, 2016
Jul 6, 2016

Repository files navigation

#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