mewmew / uc

A compiler for the µC language.
57 stars 5 forks source link

parser: Incorrect representation of conditional expression of while and if statements #47

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

The conditional expression should not be a parenthesized expression (ParenExpr), but rather an expression surrounded by parenthesis ("(" Expr ")").