usage of CLASS snacc

"Karimi-Cherkandi, Bizhan" <[email protected]> Wed, 28 May 2003 08:10:07 -0700
Newsgroups gmane.comp.gnu.snacc
Message-ID <7A25937D23A1E64C8E93CB4A50509C2A01D32E6C@stca204a.bus.sc.rolm.com>
hello friends,

I'd like to use the CLASS keyword (to define operations) and snacc does not
like the normal syntax 
   OPERATION ::= CLASS
                 {
                  &ArgumentType          OPTIONAL,
                  &ResultType            OPTIONAL,
                  &Errors                ERROR OPTIONAL,
                  &LinkedOperations      OPTIONAL,
                  &operationCode         Code UNIQUE
                 }

does anybody know why? and what should be done?

Bizhan