> I believe this is a caveat of the WAIIG book, not of a specific implementation. Currently, the following code (an unclosed if expression) ``` if (true) { puts(2) ``` is parsed and evaluated as a valid expression.
Currently, the following code (an unclosed if expression)
is parsed and evaluated as a valid expression.