CSS Selectors parser library for Lua implemented in pure Lua
The latest version (1.0.1) has been released at 2018-04-15.
LuaCS is a Lua library for parsing CSS Selectors. It's written in pure Lua.
LuaCS provides CSS Selectors to XPath converter. You can use the feature by just calling luacs.to_xpaths
.
XMLua is well integrated with LuaCS. You can search nodes in HTML/XML DOM with CSS Selectors by 'xmlua.Searchable.css_select`.
News: It lists release information.
Install: It describes how to install LuaCS.
Tutorial: It describes how to use LuaCS step by step.
Reference: It describes details for each features such as classes and methods.
LuaCS is released under the MIT license.
See LICENSE file for details such as copyright holders.