Reuh / candran

a Lua dialect and simple preprocessor
MIT License
28 stars 2 forks source link

var-- operator doesn't work #2

Closed Reuh closed 9 years ago

Reuh commented 10 years ago

Because lexer.lua parse the "--" as a comment.

Reuh commented 9 years ago

var-- only saves one character over var-=1, and moreover is ambiguous with comments. The ++ and -- will be removed.