mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-10 22:00:54 +01:00
add grammar rules
This commit is contained in:
parent
a7299c3f0f
commit
db28a52c78
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ private:
|
||||||
// fieldsep ::= `,' | `;'
|
// fieldsep ::= `,' | `;'
|
||||||
AstExpr* parseTableConstructor();
|
AstExpr* parseTableConstructor();
|
||||||
|
|
||||||
// TODO: Add grammar rules here?
|
// ifelseexp ::= `if' exp `then' exp {`elseif' exp `then' exp} `else' exp
|
||||||
AstExpr* parseIfElseExpr();
|
AstExpr* parseIfElseExpr();
|
||||||
|
|
||||||
// stringinterp ::= <INTERP_BEGIN> exp {<INTERP_MID> exp} <INTERP_END>
|
// stringinterp ::= <INTERP_BEGIN> exp {<INTERP_MID> exp} <INTERP_END>
|
||||||
|
|
Loading…
Add table
Reference in a new issue