TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Use forked Nimble for fixed operator #47

Closed brentleyjones closed 9 years ago

brentleyjones commented 9 years ago

https://github.com/Quick/Nimble/pull/155

This was needed because Nimble defines the same operator in #42. Mine is correct, and if Nimble isn't correct my tests don't compile (ambiguous operator).