g.tabletop.dice.2.2.5.source-code.DiceNotationParser.tokens Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dice Show documentation
Show all versions of dice Show documentation
Utilities for representing and handling dice and dice notation.
The newest version!
DSEPARATOR=1
DIGIT=2
ADDOPERATOR=3
MULTOPERATOR=4
LPAREN=5
RPAREN=6
WS=7
'('=5
')'=6
© 2015 - 2024 Weber Informatics LLC | Privacy Policy