From 32350bdc59d1d43fb9588df0dfd9b9729cdfddde Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 4 Oct 2004 03:13:38 +0000 Subject: [PATCH] type class on default action --- pandatool/src/xfile/xParser.yxx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/pandatool/src/xfile/xParser.yxx b/pandatool/src/xfile/xParser.yxx index 2834682ecb..253ffc7ac7 100644 --- a/pandatool/src/xfile/xParser.yxx +++ b/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: