msva / lua-htmlparser

An HTML parser for lua.
234 stars 44 forks source link

problem with htmlparser.ElementNode #39

Closed siyanew closed 9 years ago

siyanew commented 9 years ago

when i run my script this error shown :

error loading module 'htmlparser.ElementNode' from file '.luarocks/share/lua/5.2/htmlparser/ElementNode.lua': .luarocks/share/lua/5.2/htmlparser/ElementNode.lua:141: '=' expected near 'nextpart'

msva commented 9 years ago

are you sure, you running it with lua5.2, but not 5.1? It looks like your lua don't know about goto. Anyway, scm-0 version (uploaded to luarocks) has some fixes to avoid goto, so, check it out and comment, if bug still appears.