1
0

ASSERT関数を実装,関数定義の後のコードが実行されない問題を修正

This commit is contained in:
otya128
2015-07-12 15:08:10 +09:00
parent 2139875751
commit 6741600c33
6 changed files with 56 additions and 5 deletions

View File

@@ -537,6 +537,7 @@ class Parser
}
isFuncReturnExpr = node.returnExpr;//面倒くさい
node.functionBody = functionStatements();
lex.popFront();
isFuncReturnExpr = false;
return node;
}