Skip to content

added support for arithmetic operation in the parser. Issue #7#9

Closed
JoudiAlakkad wants to merge 4 commits intomainfrom
Binary-expression-parser
Closed

added support for arithmetic operation in the parser. Issue #7#9
JoudiAlakkad wants to merge 4 commits intomainfrom
Binary-expression-parser

Conversation

@JoudiAlakkad
Copy link
Copy Markdown
Contributor

modified Parser to support arithmetic operation. We support arithmetic operations now based on their precedence (parentheses, Multiplication, .. ) through modifying the parseExpression to call parseAddition. Furthermore, tests were added to ensure that the minimal parser works after the modification and that the new arithmetic feature works.

@JoudiAlakkad JoudiAlakkad deleted the Binary-expression-parser branch August 6, 2025 21:22
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