Lucas Luza

Results 2 issues of Lucas Luza

This makes the code look nicer and removes unused/redundant code.

These tokens should be processed with parentheses around the second value, for example, from `a += b` to `a = a + (b)`, otherwise something like this: ```lua a=2 a=a/(7-4/2)...