Josh Wolfe 0594487a2e fix else-if parsing
implicit semicolon rules apply recursively to the "else" clause of if and try

if (a) {} else {} // implicit semicolon
if (a) {} else if (a) {} // implicit semicolon
if (a) {} else while (a) {} // implicit semicolon
2017-04-02 15:15:48 -07:00
..
2016-08-29 22:14:09 -07:00
2017-04-02 15:15:48 -07:00
2016-08-17 20:11:04 -07:00
2016-03-01 03:13:40 -07:00