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

    Type Alias VariableNode

    VariableNode: NodeSpan & { name: string; type: "Variable" }

    Variable reference node (@name or @{name with spaces}).

    Resolves to a numeric value from the evaluator's context map at evaluation time. Names are case-sensitive (@StrMod@strmod) — the lexer preserves case in the AT token's value, distinct from other identifier tokens which lowercase. Leaf node — no LED, never wraps a sub-expression.