Difference between revisions of "NXSL Formal Grammar"

no edit summary
Line 46: Line 46:
switch_statement |
switch_statement |
array_statement |
array_statement |
global_statement |
break ";"
break ";"
continue ";"
continue ";"
Line 83: Line 84:


array_statement ::=
array_statement ::=
array identifier_list ";"
[ global ] array identifier_list ";"
 
global_statement ::=
global global_variable_declaration { "," global_variable_declaration } ";"
 
global_variable_declaration ::=
IDENTIFIER [ "=" expression ]


expression ::=
expression ::=
683

edits