If Done (and todo cleaned up)
This commit is contained in:
parent
358e98d6d6
commit
6927b7da82
1 changed files with 0 additions and 2 deletions
2
yacc.y
2
yacc.y
|
@ -114,8 +114,6 @@ IfStatement : tIF Condition IfStatement1 InnerBlock tELSE {
|
||||||
int current = getCurrentLineNumber(); printf("current Line %d", current); setJumpLine($3, current);
|
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 {}
|
WhileStatement : tWHILE {}
|
||||||
Condition InnerBlock {};
|
Condition InnerBlock {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue