Closed liwangqian closed 4 years ago
When parse the expression like:
local xxx = true if ~xxx then print("xxxx") end
The parser does not report an syntax error.
Can you reproduce with latest git master?
The report provides very little context, but I believe the actual problem was fixed in af602e14ef887f735f64663fd722c6a44729c72c. Closing.
When parse the expression like:
The parser does not report an syntax error.