Skip to content

Fix pyparsing recursion issue #45

Description

@Vlek

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions