Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates the lexer, move expression handling to expression.rb, and update test suite #1925

Merged
merged 3 commits into from
Mar 5, 2025

Conversation

karreiro
Copy link
Contributor

@karreiro karreiro commented Mar 5, 2025

Changes applied by this PR:

* Introduce support to boolean operators in the lexer
* Update the parser to use the new tokens
* Move expression handling from variable.rb to expression.rb
* Update test suite to validate parity
* Remove parentheses handling
* Split boolean into comparison and logical expressions

karreiro added 3 commits March 5, 2025 14:49
* Update test suite to validate parity
* Remove parentheses handling
* Split boolean into comparison and logical expressions
@karreiro karreiro requested a review from albchu March 5, 2025 14:21
@karreiro karreiro changed the title Better bools than ghouls updated Updates the lexer, move expression handling to expression.rb, and update test suite Mar 5, 2025
@albchu albchu merged commit 0cacc01 into better-bools-than-ghouls Mar 5, 2025
23 checks passed
@albchu albchu deleted the better-bools-than-ghouls-updated branch March 5, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants