diff --git a/yacc.y b/yacc.y index 7575a57..631ad43 100644 --- a/yacc.y +++ b/yacc.y @@ -114,8 +114,6 @@ IfStatement : tIF Condition IfStatement1 InnerBlock tELSE { int current = getCurrentLineNumber(); printf("current Line %d", current); setJumpLine($3, current); }; -// todo it does either one of the two but not the two - WhileStatement : tWHILE {} Condition InnerBlock {};