summaryrefslogtreecommitdiff
path: root/dice/src/example/java/bjc/dicelang/neodice/statements/StatementValue.java
AgeCommit message (Collapse)Author
2021-03-13Add more documentationBen Culkin
Also, changed my mind on the way DiePool and its implementations should be structured. The implementations go in the die pool file as internal classes, because nobody should particularly care the specifics about their die pool, only that it does what it says it should
2020-11-21Make dice genericBen Culkin
Convert dice from dealing exclusively with ints, to deal with objects of arbitrary types
2020-11-21Rudimentary CLI for new die implementationBen Culkin