This commit is contained in:
birds3345 2024-11-08 22:22:21 -05:00 committed by GitHub
commit 1265dae623
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ private:
// fieldsep ::= `,' | `;'
AstExpr* parseTableConstructor();
// TODO: Add grammar rules here?
// ifelseexp ::= `if' exp `then' exp {`elseif' exp `then' exp} `else' exp
AstExpr* parseIfElseExpr();
// stringinterp ::= <INTERP_BEGIN> exp {<INTERP_MID> exp} <INTERP_END>