Skip to content

Remove Group Expression#263

Open
rcosta358 wants to merge 1 commit into
new-origins-approachfrom
remove-group-expression
Open

Remove Group Expression#263
rcosta358 wants to merge 1 commit into
new-origins-approachfrom
remove-group-expression

Conversation

@rcosta358

Copy link
Copy Markdown
Collaborator

Description

This PR removes the redundant GroupExpression AST node which is not needed, since the precedence is established through the AST structure.

Example

// "(a + b) * c" is represented directly as:
new BinaryExpression(new BinaryExpression(a, "+", b), "*", c);

Related Issue

None.

Type of change

  • Bug fix
  • New feature
  • Documentation update
  • Code refactoring

Checklist

  • Added/updated tests under liquidjava-example/src/main/java/testSuite/ (Correct* / Error*)
  • mvn test passes locally
  • Updated docs/README if behavior or API changed

@rcosta358 rcosta358 self-assigned this Jun 18, 2026
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.

1 participant