aboutsummaryrefslogtreecommitdiff
path: root/src/commands/roll.rs
Commit message (Collapse)AuthorAgeFilesLines
* rework logging to use tracing via grateNathan Perry2024-08-161-2/+3
|
* split calc into separate subcrateNathan Perry2024-08-071-204/+8
|
* roll: fixup for pratt parserNathan Perry2024-08-061-14/+12
|
* first pass convert to poiseNathan Perry2024-08-061-60/+47
|
* rework to use songbirdNathan Perry2024-05-081-3/+3
|
* update all depsNathan Perry2024-05-081-38/+48
|
* borrowck fixesNathan Perry2019-11-171-2/+2
|
* remove a bunch of unused importsNathan Perry2019-11-171-1/+0
|
* mostly fixedNathan Perry2019-11-171-2/+13
|
* most restructuring doneNathan Perry2019-11-171-11/+11
|
* use errors for calc rather than unwrapping everywhereNathan Perry2019-03-291-31/+56
|
* switch over to pestNathan Perry2019-03-291-293/+129
|
* add debug_expr commandNathan Perry2019-03-051-6/+53
|
* improve parsing of infix operatorsNathan Perry2019-03-051-4/+4
|
* improve logging and user feedback for commandsNathan Perry2019-03-041-1/+1
|
* better logging for failed roll parseNathan Perry2019-03-041-5/+34
|
* improve assoc of rollNathan Perry2019-03-041-38/+77
|
* add abs, ceil, floor, and round to rollNathan Perry2019-03-031-0/+12
|
* use double parserNathan Perry2019-03-031-2/+2
|
* initial rework of rolling frameworkNathan Perry2019-03-031-41/+202
|
* improve imports further and fix compile warningsNathan Perry2019-01-241-6/+7
|
* improve importsNathan Perry2019-01-241-3/+5
|
* update for 2018 editionNathan Perry2018-08-131-1/+1
|
* fix roll for multiple dice0.1.5Nathan Perry2018-06-011-1/+1
|
* add a roll command, relax semver requirements on dependenciesNathan Perry2018-06-011-0/+60