TropicSapling/triforce

Too many parentheses causes compiler crash

Closed this issue · 0 comments

Something like:

println (1 + 2)) * 3;

will cause the compiler to panic because of the syntax error. Instead of crashing, the compiler should report the error.