Skip to content

Removed extra specialization handler block for function#12

Merged
nb-programmer merged 1 commit intomasterfrom
bugfix/fn-call-parsing-issue
Apr 22, 2026
Merged

Removed extra specialization handler block for function#12
nb-programmer merged 1 commit intomasterfrom
bugfix/fn-call-parsing-issue

Conversation

@nb-programmer
Copy link
Copy Markdown
Owner

The token parser handles function calls automatically, so there was no need to specialize a function call detection and handling, which caused the random() + 1 parsing error bug

Closes #3

@nb-programmer nb-programmer force-pushed the bugfix/fn-call-parsing-issue branch from 089d8ca to 6e608dc Compare April 22, 2026 05:38
The token parser handles function calls automatically, so there was no need to specialize a function call detection and handling, which caused the `random() + 1` parsing error bug
@nb-programmer nb-programmer force-pushed the bugfix/fn-call-parsing-issue branch from 6e608dc to fb91d81 Compare April 22, 2026 05:45
@nb-programmer nb-programmer merged commit 2af18d7 into master Apr 22, 2026
3 checks passed
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.

bug: parsing issue with expression containing function calls

1 participant