summaryrefslogtreecommitdiff
path: root/internal/rpn/assignment_test.go
AgeCommit message (Expand)Author
2026-05-24fix(rpn): change variadic NewRPN/NewOperations to single optional MetricReade...Paul Buetow
2026-05-24fix: remove dead "=" entry from operator registry (fj)Paul Buetow
2026-05-24docs: add variables.md; tests: comprehensive assignment operator testsPaul Buetow
2026-05-24rpn: use token-based = detection in handleStandardAssignPaul Buetow
2026-05-23test: add unit tests for RPN assignment operators (=, :=, =:)Paul Buetow