src/expression.h

changeset 131
8ae8038b0168
parent 119
bdf8d46c145f
child 132
4d45b1383246
equal deleted inserted replaced
130:885fd60e8bf1 131:8ae8038b0168
117 }; 117 };
118 118
119 // ============================================================================= 119 // =============================================================================
120 // 120 //
121 // This class represents a ":" in the expression. It serves as the colon for the 121 // This class represents a ":" in the expression. It serves as the colon for the
122 // ternary ?: OPER_erator. It's not an OPER_erand nor is an OPER_erator, nor can we just 122 // ternary ?: operator. It's not an OPER_erand nor is an operator, nor can we just
123 // skip it so it is its own thing here. 123 // skip it so it is its own thing here.
124 // 124 //
125 class ExpressionColon final : public ExpressionSymbol 125 class ExpressionColon final : public ExpressionSymbol
126 { 126 {
127 public: 127 public:

mercurial