Skip to content

Conversation

@LeanSerra
Copy link
Owner

@LeanSerra LeanSerra commented Oct 26, 2025

Description

This PR adds support for if statements with an else clause. And fixes issues with nested if statements.
The rules for else statements had to be modified because with previously supported:

else {
 <BODY>
}

without having an if part

Base automatically changed from feat/ast_boolean_expressions to main October 28, 2025 02:46
@LeanSerra LeanSerra marked this pull request as ready for review October 28, 2025 02:52
Copy link
Collaborator

@MatiBarcia MatiBarcia left a comment

Choose a reason for hiding this comment

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

LGTM

@LeanSerra LeanSerra merged commit f6200e0 into main Oct 29, 2025
2 checks passed
@LeanSerra LeanSerra deleted the feat/ast_else_statements branch October 29, 2025 00:48
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.

3 participants