v1.3.1
Fixed
- Parentheses are not needed when indexing calls e.g.
(a()).foo
can be
a().foo
- Parentheses are needed in string literal method calls e.g. in
("abc"):sub(2)
- Parse error when
--{
looks like subtraction followed negated table
constant
(a()).foo
can bea().foo
("abc"):sub(2)
--{
looks like subtraction followed negated table