summaryrefslogtreecommitdiff
path: root/internal/rpn/operator_registry.go
AgeCommit message (Expand)Author
2026-05-24fix(rpn): narrow OperatorProvider with focused registration interfaces (task 3k)Paul Buetow
2026-05-24refactor(rpn): extract 'd' operator into Delete method (pj)Paul Buetow
2026-05-24fix(rpn): DIP violation — NewOperatorRegistry accepts OperatorProvider inte...Paul Buetow
2026-05-24fix: remove dead "=" entry from operator registry (fj)Paul Buetow
2026-05-24refactor(rpn): split NewOperatorRegistry() into focused helpers (task ej)Paul Buetow
2026-05-24rpn: remove combined Operator interface per ISPPaul Buetow
2026-05-24rpn: fix = operator registry mapping to AssignRightPaul Buetow
2026-05-23feat: wire DeleteVariable to OperatorRegistry as 'd' operatorPaul Buetow
2026-05-23refactor: split operations.go into focused files (Separation of Concerns)Paul Buetow