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

    Type Alias LiteralNode

    LiteralNode: NodeSpan & { type: "Literal"; value: number }

    Numeric literal node — an integer or decimal written directly in the notation (3, 2.5). Leaf node.

    Decimals are accepted and carried through arithmetic exactly as written; only dice counts and sides are required to resolve to integers.