An HTML parser for lua.
Go to file
Wouter Scherphof 64f3eb4df3 Moved some details to a function
... regarding [attribute=value] and other matching.
Also explained (in comments) the different matching patterns.
And fixed a bug where /> would be listed as an attribute.
And added a few more tests.
2013-03-25 13:55:35 +01:00
.gitignore first draft 2013-03-19 11:37:08 +01:00
ElementNode.lua Moved some details to a function 2013-03-25 13:55:35 +01:00
htmlparser.lua Moved some details to a function 2013-03-25 13:55:35 +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 Moved some details to a function 2013-03-25 13:55:35 +01:00
test.lua Moved some details to a function 2013-03-25 13:55:35 +01:00
voidelements.lua first draft 2013-03-19 11:37:08 +01:00

lua-htmlparser

An HTML parser for lua.