-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When checking for recursion issues using pyparsing's built-in method, it flags as there being one.
What I found is that this happens whenever we have the dice notation supplied for both one and two operands being available. This likely means that there is a better way to do what we're doing, potentially moving away from the inFixNotation or adding an optional number for the left operand in the 1 operand statement and removing the other.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working