From b2e52e988b5d8bab09c5c34470d4e27200982f5e Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Fri, 10 Dec 2010 19:03:01 +0300 Subject: [PATCH] Attributes for types --- grammar/src/types.grm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/grammar/src/types.grm b/grammar/src/types.grm index 9d41878a3a0..1dde86e2822 100644 --- a/grammar/src/types.grm +++ b/grammar/src/types.grm @@ -10,10 +10,7 @@ Foo, T, Object> // user type */ type - : userType - : functionType - : tupleType - : attributes type + : attributes (userType | functionType | tupleType) ; userType