An open API service indexing awesome lists of open source software.

https://github.com/clentfort/another-selector-parser

Another parser for CSS selectors
https://github.com/clentfort/another-selector-parser

Last synced: 3 months ago
JSON representation

Another parser for CSS selectors

Awesome Lists containing this project

README

        

#Another Selector Parser [![Travis](https://img.shields.io/travis/clentfort/another-selector-parser/master.png?maxAge=2592000?style=flat-square)](https://travis-ci.org/clentfort/another-selector-parser) [![Coveralls](https://img.shields.io/coveralls/clentfort/another-selector-parser/master.png?maxAge=2592000?style=flat-square)](https://coveralls.io/github/clentfort/another-selector-parser?branch=master)

A library for parsing and manipulating CSS Level 4 Selectors. It tries to follow
the [specification for CSS Selectors](https://drafts.csswg.org/selectors-4/).

#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