type class on default action

This commit is contained in:
David Rose 2004-10-04 03:13:38 +00:00
parent 7d2b0346ac
commit 32350bdc59

View File

@ -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: