fn evaluate_normal_symbol<R: RcUpdater>(
name: &SymbolName,
span: SimpleSpan,
ctx: &mut EvaluationContext<'_, R>,
scope: ScopeIdentifier,
) -> Result<Unsigned36Bit, EvaluationFailure>
Expand description
Compute the value of a symbol appearing in normal script.