summaryrefslogtreecommitdiff
path: root/internal/rpn/operations_variables.go
AgeCommit message (Expand)Author
2026-05-24fix(rpn): consolidate extractVarName into rpn_parse.go (task 6k)Paul Buetow
2026-05-24fix(rpn): extract var-name type switch into helper (tj)Paul Buetow
2026-05-24refactor(rpn): extract 'd' operator into Delete method (pj)Paul Buetow
2026-05-24rpn: remove exported Number type aliasPaul Buetow
2026-05-24rpn: fix = operator registry mapping to AssignRightPaul Buetow
2026-05-24docs(rpn): fix misleading comments in operations_variables.goPaul Buetow
2026-05-22refactor(rpn): split operations.go into 7 focused filesPaul Buetow