Empty delimiter and mixed op fix #1
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
mle/selkirk!1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "empty-delimiter-and-mixed-op-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Allows parsing closing delimiters in prefix position, to allow for empty delimiters and operators like
,whose right-hand-sides are optional. This is implemented by inserting aNullexpression onto the queue when a closing delimiter is encountered in these positions.