Loads of additional parsing work
This commit is contained in:
@@ -48,7 +48,7 @@ exprpreop ::= '-' | '+' | '!' | '++' | '--' | '~' | '@';
|
||||
arglist ::= '(' [identifier ':'] assign {',' [identifier ':'] assign} ')';
|
||||
funccall ::= scope identifier arglist;
|
||||
constructcall ::= type arglist;
|
||||
varaccess ::= scope | identifier;
|
||||
varaccess ::= scope identifier;
|
||||
cast ::= 'cast' '<' type '>' '(' assign ')';
|
||||
literal ::= number | string | 'true' | 'false' | 'null';
|
||||
typemod ::= ['&' ['in' | 'out' | 'inout']];
|
||||
|
||||
Reference in New Issue
Block a user