multi var declarations ubyte x,y,z

This commit is contained in:
Irmen de Jong
2023-12-08 22:08:17 +01:00
parent 6a639ce533
commit 1bdc427d73
13 changed files with 72 additions and 33 deletions
+1 -1
View File
@@ -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)* ;