Open hawkerm opened 8 years ago
Seems related to not parsing negative integers correctly.
score_func = function(player_color, cards) return -7 end
gives Unexpected token in expression list. error
Also happens with hexadecimal numbers.
x = bit32.band(0xffff, 0xf)
num_players = -1
gives an error, but is a valid expression.