Skip to content

Conversation

@codders
Copy link
Contributor

@codders codders commented Jul 2, 2025

Add limited support for binary expression ( a != 3 ). The support is limited to comparing numbers, strings and bools with one another, and restricted to comparison operators common between Javascript and PHP.

Bug: T398308

Copy link
Contributor

@yerdua yerdua left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me! there's some conflicts though that prevent merging.

Add limited support for binary expression ( `a != 3` ). The support
is limited to comparing numbers, strings and bools with one another,
and restricted to comparison operators common between Javascript
and PHP.

Bug: T398308
@codders codders force-pushed the feat/add-literals-and-binary-expressions-20250702 branch from 26fc700 to 50d3771 Compare July 3, 2025 07:18
@codders
Copy link
Contributor Author

codders commented Jul 3, 2025

rebased now.

@yerdua yerdua merged commit 691c841 into master Jul 3, 2025
8 checks passed
@yerdua yerdua deleted the feat/add-literals-and-binary-expressions-20250702 branch July 3, 2025 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants