We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddddc86 commit f44d631Copy full SHA for f44d631
src/dparse/parser.d
@@ -8226,7 +8226,7 @@ class Parser
8226
* Parses a WhileStatement
8227
*
8228
* $(GRAMMAR $(RULEDEF whileStatement):
8229
- * $(LITERAL 'while') $(LITERAL '$(LPAREN)') $(RULE expression) $(LITERAL '$(RPAREN)') $(RULE declarationOrStatement)
+ * $(LITERAL 'while') $(LITERAL '$(LPAREN)') $(RULE ifCondition) $(LITERAL '$(RPAREN)') $(RULE declarationOrStatement)
8230
* ;)
8231
*/
8232
WhileStatement parseWhileStatement()
0 commit comments