roll-parser - v3.0.0-beta.0
    Preparing search index...

    Type Alias GroupedNode

    GroupedNode: NodeSpan & { expression: ASTNode; type: "Grouped" }

    Parenthesized group node ((<expr>)).

    Preserves explicit grouping typed by the user so that RollResult.expression and RollResult.rendered round-trip through parse without losing precedence information. Semantically transparent: evaluation returns the inner expression's value unchanged.