mirror of
https://github.com/luau-lang/luau.git
synced 2024-11-15 06:15:44 +08:00
add grammar rules
This commit is contained in:
parent
a7299c3f0f
commit
db28a52c78
@ -246,7 +246,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>
|
||||
|
Loading…
Reference in New Issue
Block a user