roll-parser - v3.4.0
    Preparing search index...

    Module roll-parser

    Roll Parser - Dice notation parser for tabletop RPGs.

    EvaluateOptions
    EvaluationOptions
    RollOptions
    VERSION
    evaluate
    lex
    parse
    roll
    DegreeOfSuccess
    DieModifier
    DieResult
    KeepDropSpec
    ResolvedComparePoint
    ResolvedCritThreshold
    RollPart
    RollPartBase
    RollPartType
    RollResult
    TokenType
    ASTNode
    BinaryOpNode
    CompareOp
    ComparePoint
    CritThreshold
    CritThresholdNode
    DiceNode
    DieBoundNode
    ExplodeNode
    FateDiceNode
    FunctionCallNode
    GroupedNode
    GroupNode
    KeepDropNode
    LiteralNode
    NodeSpan
    RerollNode
    SortNode
    SuccessCountNode
    Token
    UnaryOpNode
    VariableNode
    VersusNode
    isBinaryOp
    isCritThreshold
    isDice
    isDieBound
    isExplode
    isFateDice
    isFunctionCall
    isGroup
    isGrouped
    isKeepDrop
    isLiteral
    isReroll
    isSort
    isSuccessCount
    isUnaryOp
    isVariable
    isVersus
    EvaluatorError
    LexerError
    ParseError
    RollParserError
    ErrorSpan
    NotationErrorCode
    RollParserErrorCode
    NOTATION_ERROR_CODES
    ROLL_PARSER_ERROR_CODES
    getErrorSpan
    isNotationError
    isRollParserError
    SeededRNG
    RNG
    RngState
    DEFAULT_MAX_DICE
    DEFAULT_MAX_EXPLODE_ITERATIONS
    DEFAULT_MAX_REROLL_ITERATIONS
    MAX_PARSE_DEPTH