Crystagiri
Crystagiri copied to clipboard
Implement css selector parsing
Crystagiri currently translates css selectors into xpath query to retrieve elements. Since commit e70753bd2bbfe33faa29302f36953bdde09543dd the parser has now an internal set of pointers to quickly access some particular nodes, so a parser to handle css selectors would be great for rewriting HTML#css and HTML#at_css to speed up tag retrival.