ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/mdParser/MDTreeParserTokenTypes.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/mdParser/MDTreeParserTokenTypes.hpp (file contents):
Revision 2509 by tim, Wed Dec 14 18:02:28 2005 UTC vs.
Revision 2513 by tim, Fri Dec 16 02:57:00 2005 UTC

# Line 37 | Line 37 | struct CUSTOM_API MDTreeParserTokenTypes {
37                  LPAREN = 26,
38                  RPAREN = 27,
39                  COMMA = 28,
40 <                OCTALINT = 29,
41 <                DECIMALINT = 30,
42 <                HEXADECIMALINT = 31,
43 <                FLOATONE = 32,
44 <                FLOATTWO = 33,
45 <                DOT = 34,
46 <                COLON = 35,
47 <                QUESTIONMARK = 36,
48 <                Whitespace = 37,
49 <                Comment = 38,
50 <                CPPComment = 39,
51 <                PREPROC_DIRECTIVE = 40,
52 <                LineDirective = 41,
53 <                Space = 42,
54 <                CharLiteral = 43,
55 <                EndOfLine = 44,
56 <                Escape = 45,
40 >                NUM_INT = 29,
41 >                NUM_LONG = 30,
42 >                NUM_FLOAT = 31,
43 >                NUM_DOUBLE = 32,
44 >                DOT = 33,
45 >                COLON = 34,
46 >                QUESTIONMARK = 35,
47 >                Whitespace = 36,
48 >                Comment = 37,
49 >                CPPComment = 38,
50 >                PREPROC_DIRECTIVE = 39,
51 >                LineDirective = 40,
52 >                Space = 41,
53 >                CharLiteral = 42,
54 >                EndOfLine = 43,
55 >                Escape = 44,
56 >                Vocabulary = 45,
57                  Digit = 46,
58                  Decimal = 47,
59 <                LongSuffix = 48,
60 <                UnsignedSuffix = 49,
61 <                FloatSuffix = 50,
62 <                Exponent = 51,
63 <                Vocabulary = 52,
64 <                Number = 53,
65 <                MINUS = 54,
59 >                HEX_DIGIT = 48,
60 >                EXPONENT = 49,
61 >                FLOAT_SUFFIX = 50,
62                  NULL_TREE_LOOKAHEAD = 3
63          };
64   #ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines