Posts: 91
Threads: 24
Joined: Oct 2010
Reputation:
0
As the saying above, What can cause compiler crash?
Posts: 61
Threads: 3
Joined: Jan 2013
Reputation:
0
There's quite a few errors that it can not recover from, I can't exactly recall all of them but if you have a bunch of missing closing brackets or semicolons it seems to crash.
Posts: 162
Threads: 4
Joined: Aug 2011
Reputation:
0
• Unclosed braces
• Functions returning string ex return "hello";
• Extra brace
That's all I can think of atm.