chkn / AluminumLua

NOTE: THIS WAS A TOY PROJECT AND IS NOT MAINTAINED
100 stars 13 forks source link

Fix for the "or" and "and" operator #6

Open nyashes opened 11 years ago

nyashes commented 11 years ago

It's a quick fix for the bug

local aaa = 1
aaa = 5
print(aaa)

causing unexpected 'a' there is probably a better way to do it but TextReader is limited. (no seek)