Comment omitted one of the items listed
This commit is contained in:
parent
b49c5d7193
commit
e082264677
@ -60,7 +60,7 @@ private:
|
|||||||
public:
|
public:
|
||||||
enum Type {
|
enum Type {
|
||||||
eVariable, eType, eFunction, eKeyword, eName, // Names: Variable (varId), Type (typeId, later), Function (FuncId, later), Language keyword, Name (unknown identifier)
|
eVariable, eType, eFunction, eKeyword, eName, // Names: Variable (varId), Type (typeId, later), Function (FuncId, later), Language keyword, Name (unknown identifier)
|
||||||
eNumber, eString, eChar, eBoolean, eLiteral, // Literals: Number, String, Character, User defined literal (C++11)
|
eNumber, eString, eChar, eBoolean, eLiteral, // Literals: Number, String, Character, Boolean, User defined literal (C++11)
|
||||||
eArithmeticalOp, eComparisonOp, eAssignmentOp, eLogicalOp, eBitOp, eIncDecOp, eExtendedOp, // Operators: Arithmetical, Comparison, Assignment, Logical, Bitwise, ++/--, Extended
|
eArithmeticalOp, eComparisonOp, eAssignmentOp, eLogicalOp, eBitOp, eIncDecOp, eExtendedOp, // Operators: Arithmetical, Comparison, Assignment, Logical, Bitwise, ++/--, Extended
|
||||||
eBracket, // {, }, <, >: < and > only if link() is set. Otherwise they are comparison operators.
|
eBracket, // {, }, <, >: < and > only if link() is set. Otherwise they are comparison operators.
|
||||||
eOther,
|
eOther,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user