high_roller v0.2.0 HighRoller.Parser
Documentation for the Parser module. This module contains all the code for parsing strings and turning them into the results of dice rolls.
Link to this section Summary
Link to this section Functions
Link to this function
parse(roll_string)
Parses a roll string into results.
Examples
iex> HighRoller.Parser.parse("3d1")
3
Link to this function