An HTML parser for lua.
Go to file
Wouter Scherphof 82dbddfd19 parse valueless attributes (e.g. itemscope)
And allow nested tags, which was a newly encountered bug
2013-03-21 14:03:17 +01:00
.gitignore first draft 2013-03-19 11:37:08 +01:00
ElementNode.lua closes #8 2013-03-20 09:38:43 +01:00
htmlparser.lua parse valueless attributes (e.g. itemscope) 2013-03-21 14:03:17 +01:00
README.md rename HP -> hp 2013-03-19 22:36:08 +01:00
Set.lua first draft 2013-03-19 11:37:08 +01:00
test.html parse valueless attributes (e.g. itemscope) 2013-03-21 14:03:17 +01:00
test.lua closes #8 2013-03-20 09:38:43 +01:00
voidelements.lua first draft 2013-03-19 11:37:08 +01:00

lua-htmlparser

An HTML parser for lua.