mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
LibCpp: Support parsing binary "==" Operator
This commit is contained in:
parent
1f9f6ea9d6
commit
cbb49f26d9
3 changed files with 8 additions and 1 deletions
|
@ -371,6 +371,7 @@ enum class BinaryOp {
|
|||
BitwiseXor,
|
||||
LeftShift,
|
||||
RightShift,
|
||||
EqualsEquals
|
||||
};
|
||||
|
||||
class BinaryExpression : public Expression {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue