Issues
- 0
Add dice description flag
#176 opened by Vlek - 0
Add unique `u` operator
#127 opened by Vlek - 1
Non-left-to-right parsing of dice roll notation
#85 opened by Vlek - 0
Add dice roll explosion notation
#88 opened by Vlek - 1
Add <, >, <=, >=, and = Operations
#47 opened by Vlek - 0
Refactor DiceParser
#86 opened by Vlek - 5
Add dice "keep" (k) notation
#6 opened by Vlek - 0
Add dice "drop highest/lowest" (x) notation
#11 opened by Vlek - 0
Addition stated happening during roll drop roll.
#83 opened by Vlek - 2
Add fancy cli example video to readme
#20 opened by Vlek - 5
Redo README
#28 opened by Vlek - 2
Add to PyPI
#8 opened by Vlek - 3
Fix code coverage (and report)
#74 opened by Vlek - 1
Use ultra modern python cookie cutter
#52 opened by Vlek - 0
Reintegrate Typeguard
#75 opened by Vlek - 2
Create docs using sphinx
#39 opened by Vlek - 2
Use CI/CD pipelines
#40 opened by Vlek - 1
Make github project name fit with pypi project name
#53 opened by Vlek - 2
Enhanced verbose printing with full history
#42 opened by Vlek - 0
Out-of-order parsing for expressions like "3+2-1*7"
#54 opened by Vlek - 2
Look into other parser options
#49 opened by Vlek - 2
- 2
Add dice "reroll" (r) notation
#10 opened by Vlek - 0
Add implicit multiplication notation using parens
#50 opened by Vlek - 0
Dice roll probabilities questions & testing
#9 opened by Vlek - 0
Add new dice probability skew notation
#43 opened by Vlek - 1
Refactor tests
#44 opened by Vlek - 4
Fix pyparsing recursion issue
#45 opened by Vlek - 2
Convert parser to Cython
#29 opened by Vlek - 1
Update to new type hint standard
#36 opened by Vlek - 1
Add speed metric tests
#41 opened by Vlek - 1
Pretty error messages for input parsing issues
#19 opened by Vlek - 2
Re-do dice rolling algo
#16 opened by Vlek - 1
Probabilities Output Option
#38 opened by Vlek - 2
Eval during parsing
#37 opened by Vlek - 1
Roll library tightly coupled with click
#3 opened by Vlek - 0
Add max roll option
#14 opened by Vlek - 0
Add min roll option
#15 opened by Vlek - 0
- 1
Add ability to save dice to roll based on name
#26 opened by Vlek - 0
Add sin, cos, and tan operators
#31 opened by Vlek - 0
Add square root
#13 opened by Vlek - 0
Remove unnecessary dotfiles for linters/config
#18 opened by Vlek - 1
Sanely handle dice roll output
#7 opened by Vlek - 0
Unary minus operator does not work
#22 opened by Vlek - 1
Pi and E constants
#12 opened by Vlek - 0
- 0
Change to poetry
#5 opened by Vlek - 1
Add variable parsing
#17 opened by Vlek - 1
Inception parens an issue?
#2 opened by Vlek