From: <bl...@us...> - 2003-05-03 17:45:41
|
Update of /cvsroot/cpptool/rfta/doc In directory sc8-pr-cvs1:/tmp/cvs-serv2432/doc Modified Files: AbstractSyntaxSTreeStructure.txt Log Message: * updated structure for the enum specifier Index: AbstractSyntaxSTreeStructure.txt =================================================================== RCS file: /cvsroot/cpptool/rfta/doc/AbstractSyntaxSTreeStructure.txt,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** AbstractSyntaxSTreeStructure.txt 26 Apr 2003 10:47:56 -0000 1.8 --- AbstractSyntaxSTreeStructure.txt 3 May 2003 17:45:38 -0000 1.9 *************** *** 90,93 **** --- 90,104 ---- [elaborated-type-specifier] // something like "class xxx", "struct y" or simply "UserTypePtr" + [enum-specifier] + enumeration-body-property => [enum-body] + ... ? // some other stuffs ? + + [enum-body] + n [enum-constant] + + [enum-constant] + variable-name-property => [#variable-identifier-expression] + ?variable-initializer-property => [assign-variable-initializer] + [ptr-declarator] ?ptr-declarator-property => [#unparsed] |