Selaa lähdekoodia

type class on default action

David Rose 21 vuotta sitten
vanhempi
sitoutus
32350bdc59
1 muutettua tiedostoa jossa 18 lisäystä ja 0 poistoa
  1. 18 0
      pandatool/src/xfile/xParser.yxx

+ 18 - 0
pandatool/src/xfile/xParser.yxx

@@ -184,7 +184,11 @@ template_restrictions:
 
 template_list:
         IDENTIFIER optional_guid
+{
+}
 	| template_list ',' IDENTIFIER optional_guid
+{
+}
 	;
 
 data_object:
@@ -204,12 +208,26 @@ data_object_members:
 
 data_object_member:
 	data_object
+{
+}
         | data_reference
+{
+}
 	| INTEGER
+{
+}
 	| REAL
+{
+}
         | STRING
+{
+}
         | ';'
+{
+}
         | ','
+{
+}
 	;
 
 data_reference: