An HTML parser for lua.
Go to file
Wouter Scherphof 64db283c1d Added construction of chapters and contacts tables
Do demonstrate how to use it to do something useful. Maybe this could
be generalized. But maybe better in a seperate module.
2013-03-19 15:29:12 +01:00
.gitignore first draft 2013-03-19 11:37:08 +01:00
ElementNode.lua first draft 2013-03-19 11:37:08 +01:00
HtmlParser.lua first draft 2013-03-19 11:37:08 +01:00
README.md Initial commit 2013-03-19 03:24:17 -07:00
Set.lua first draft 2013-03-19 11:37:08 +01:00
test.html first draft 2013-03-19 11:37:08 +01:00
test.lua Added construction of chapters and contacts tables 2013-03-19 15:29:12 +01:00
voidelements.lua first draft 2013-03-19 11:37:08 +01:00

lua-HtmlParser

An HTML parser for lua.