mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 17:16:33 +00:00
multi var declarations ubyte x,y,z
This commit is contained in:
@@ -132,7 +132,7 @@ directive :
|
||||
|
||||
directivearg : stringliteral | identifier | integerliteral ;
|
||||
|
||||
vardecl: datatype (arrayindex | ARRAYSIG)? decloptions varname=identifier ;
|
||||
vardecl: datatype (arrayindex | ARRAYSIG)? decloptions identifier (',' identifier)* ;
|
||||
|
||||
decloptions: (SHARED | ZEROPAGE | ZEROPAGEREQUIRE | SPLIT)* ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user