LibCpp: Parse "arrow" operator

This commit is contained in:
Itamar 2021-04-02 11:15:51 +03:00 committed by Andreas Kling
commit ec2c54ee2e
Notes: sideshowbarker 2024-07-18 20:41:22 +09:00
3 changed files with 8 additions and 1 deletions

View file

@ -422,6 +422,7 @@ enum class BinaryOp {
NotEqual,
LogicalOr,
LogicalAnd,
Arrow,
};
class BinaryExpression : public Expression {