LICENSE
README.md
pyproject.toml
src/troll/__init__.py
src/troll/cli.py
src/troll/dice.py
src/troll/distribution.py
src/troll/lexer.py
src/troll/parser.py
src/troll/py.typed
src/troll/sampling.py
src/troll/syntax.py
src/troll/values.py
src/troll_dice.egg-info/PKG-INFO
src/troll_dice.egg-info/SOURCES.txt
src/troll_dice.egg-info/dependency_links.txt
src/troll_dice.egg-info/entry_points.txt
src/troll_dice.egg-info/requires.txt
src/troll_dice.egg-info/top_level.txt
tests/test_dice_api.py
tests/test_distribution.py
tests/test_error_reporting.py
tests/test_lexer.py
tests/test_numpy_accel.py
tests/test_parser.py
tests/test_program_operators.py
tests/test_sampling.py
tests/test_values.py
tests/test_vs_troll.py