dice-notation-java icon indicating copy to clipboard operation
dice-notation-java copied to clipboard

Accept multiple dice groups

Open Bernardo-MG opened this issue 6 years ago • 2 comments

Multiple dice groups could be supported.

They would be separated by commas: 1d6, 2d10+5

Bernardo-MG avatar Aug 04 '17 05:08 Bernardo-MG

This would have an impact on the returned object, as the parser would have to return a collection

Bernardo-MG avatar Jan 07 '19 21:01 Bernardo-MG

Related to 49. If the main parser returns a collection, or an aggregated root, then the transformers may be used to handle this as needed.

But it would still have an impact on the returns values.

Bernardo-MG avatar Jan 22 '19 16:01 Bernardo-MG