wooppss / lua-checker

Automatically exported from code.google.com/p/lua-checker
Other
0 stars 0 forks source link

simplifier barfs on ('barf'):len() #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. echo 'print(("barf"):len())' > barf.lua
2. ./lua_simplifier barf.lua

What is the expected output? What do you see instead?
Error: syntax error, unexpected ':', expecting ',' or ')', at barf.lua:1

What version of the product are you using? On what operating system?
svn checkout from today, on Debian unstable linked against lua5.1

Original issue reported on code.google.com by nkie...@gmail.com on 9 Jul 2010 at 5:26