Expect terminator after do while loop

pull/70/head
Max Brunsfeld 2015-10-24 13:59:39 +07:00
parent d5d38e851b
commit 73746423f5
1 changed files with 2 additions and 1 deletions

@ -118,7 +118,8 @@ module.exports = grammar
"do",
@statement_block,
"while",
@_paren_expression)
@_paren_expression,
terminator())
try_statement: -> seq(
"try",