102:28f89ca1a236 | 103:48472c0678cc |
---|---|
75 ExpressionValue* op = null; | 75 ExpressionValue* op = null; |
76 enum ELocalException { failed }; | 76 enum ELocalException { failed }; |
77 | 77 |
78 try | 78 try |
79 { | 79 { |
80 mLexer->MustGetNext(); | 80 mLexer->MustGetNext (tkAny); |
81 | 81 |
82 if (mLexer->GetTokenType() == tkColon) | 82 if (mLexer->GetTokenType() == tkColon) |
83 return new ExpressionColon; | 83 return new ExpressionColon; |
84 | 84 |
85 // Check for operator | 85 // Check for operator |