Skip to content

fix: preserve brackets around functions#159

Merged
ludofischer merged 1 commit intomasterfrom
parser-tests
Jan 10, 2022
Merged

fix: preserve brackets around functions#159
ludofischer merged 1 commit intomasterfrom
parser-tests

Conversation

@ludofischer
Copy link
Copy Markdown
Collaborator

Modify the parser to track parenthesized expressions.
Keep the parentheses if a function is inside.

Fix #113
Fix #115

I think the top comment in #115 was already working in 8.2; I've added a test to make sure.

Modify the parser to track parenthesized expressions.
Keep the parentheses if a function is inside.

Fix #113
Fix #115
@ludofischer ludofischer changed the title fix: preserve brackets around var fix: preserve brackets around functions Jan 10, 2022
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.

Operator precedence is not preserved Problem with removed parenthesis from calc before var

2 participants