Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a delimiter option, replaced int(i) with eval(i) #20

Merged
merged 1 commit into from
May 31, 2019

Conversation

Shadesfear
Copy link
Contributor

Now it's possible to use an optional delimiter option for the suites, such that we are not forced to use *, this means that we can use strings such as "5**3" as an option, by replacing int(i) with eval(i), it evaluates correctly. This also has the implication that floating points are possible to use and True / False aswell.

@madsbk madsbk merged commit e1dcda4 into bh107:master May 31, 2019
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.

None yet

2 participants