LICENSE
README.md
pyproject.toml
src/wyrdbound_dice/__init__.py
src/wyrdbound_dice/debug_logger.py
src/wyrdbound_dice/dice.py
src/wyrdbound_dice/errors.py
src/wyrdbound_dice/expression_lexer.py
src/wyrdbound_dice/expression_parser.py
src/wyrdbound_dice/expression_token.py
src/wyrdbound_dice/roll_result.py
src/wyrdbound_dice.egg-info/PKG-INFO
src/wyrdbound_dice.egg-info/SOURCES.txt
src/wyrdbound_dice.egg-info/dependency_links.txt
src/wyrdbound_dice.egg-info/requires.txt
src/wyrdbound_dice.egg-info/top_level.txt
tests/test_base.py
tests/test_convenience_function.py
tests/test_debug_logging.py
tests/test_dice.py
tests/test_dice_chaos_engineering.py
tests/test_dice_drop_highest_lowest.py
tests/test_dice_exploding_rerolls.py
tests/test_dice_fudge.py
tests/test_dice_keep_highest_lowest.py
tests/test_dice_modifiers.py
tests/test_dice_percentile.py
tests/test_dice_reroll.py
tests/test_dice_system_shorthands.py
tests/test_dice_unicode_and_special_characters.py
tests/test_dice_zero_dice_edge_cases.py
tests/test_expression_parsing.py
tests/test_infinite_conditions.py