mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibCpp: Parse "arrow" operator
This commit is contained in:
parent
44833f1621
commit
ec2c54ee2e
Notes:
sideshowbarker
2024-07-18 20:41:22 +09:00
Author: https://github.com/itamar8910
Commit: ec2c54ee2e
Pull-request: https://github.com/SerenityOS/serenity/pull/6009
3 changed files with 8 additions and 1 deletions
|
@ -422,6 +422,7 @@ enum class BinaryOp {
|
|||
NotEqual,
|
||||
LogicalOr,
|
||||
LogicalAnd,
|
||||
Arrow,
|
||||
};
|
||||
|
||||
class BinaryExpression : public Expression {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue