summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-05-24docs: add rational-mode.md documentation (task ai)Paul Buetow
2026-05-24docs: add custom-metrics.md (task 9i)Paul Buetow
2026-05-24docs: add metric-commands.md (task 8i)Paul Buetow
2026-05-24docs: add unit-conversion.md (task 7i)Paul Buetow
2026-05-24repl: consolidate single-token handling in RPNHandlerPaul Buetow
2026-05-24rpn: fix double-prefix error messages in FastPowerPaul Buetow
2026-05-24rpn: complete nAry helper refactor for HyperMultiply and HyperModuloPaul Buetow
2026-05-24rpn: remove exported Number type aliasPaul Buetow
2026-05-24rpn: remove combined Operator interface per ISPPaul Buetow
2026-05-24rpn: eliminate duplicate ParseFloat in pushLiteralPaul Buetow
2026-05-24rpn: fix double-prefix in logOp error messagePaul Buetow
2026-05-24rpn: split evaluate() into focused helpersPaul Buetow
2026-05-24rpn: split handleOperator into focused helpersPaul Buetow
2026-05-24rpn: extract nAryMetricOp and nAryScalarOp helpers in hyper opsPaul Buetow
2026-05-24rpn: remove redundant mutex locking in RPN mode/prefix wrappersPaul Buetow
2026-05-24rpn: use strings.Builder in Show() for loop concatenationPaul Buetow
2026-05-24rpn: fix = operator registry mapping to AssignRightPaul Buetow
2026-05-24rpn: use named sentinel for invalid parseCategory resultPaul Buetow
2026-05-24docs: add metrics.md — metrics system referencePaul Buetow
2026-05-24docs: add constants.md — built-in constants referencePaul Buetow
2026-05-24docs: add variables.md; tests: comprehensive assignment operator testsPaul Buetow
2026-05-24docs: add stack operations documentationPaul Buetow
2026-05-24docs: add log operators documentation (lg, log, ln)Paul Buetow
2026-05-24docs: add hyper operators documentationPaul Buetow
2026-05-24docs: add comparison operators documentationPaul Buetow
2026-05-24docs: add fast-power.md documenting ** operatorPaul Buetow
2026-05-24docs: add basic arithmetic RPN operators referencePaul Buetow
2026-05-24docs: add percentage calculations guidePaul Buetow
2026-05-24rpn: remove duplicate metricRegistry, use ops.MetricRegistry()Paul Buetow
2026-05-24rpn: replace panic with error returns in metric registry lookupsPaul Buetow
2026-05-24fix: restore RPN stack on ParseAndEvaluate error in RPNHandlerPaul Buetow
2026-05-24fix: replace fragile string matching in ResultStack with registry checkPaul Buetow
2026-05-24docs: fix metric output examples to match actual behaviorPaul Buetow
2026-05-24refactor(rpn): move dead Value type to test filePaul Buetow
2026-05-24Add standard Deprecated tag to Value.Number()Paul Buetow
2026-05-24rpn: use token-based = detection in handleStandardAssignPaul Buetow
2026-05-24rpn: derive builtin set from loadBuiltInConstants, eliminating duplicate listPaul Buetow
2026-05-24rpn: replace fragile error message parsing with direct registry checkPaul Buetow
2026-05-24rpn: use GetCoolMetric() instead of ignored-error Find("Cool")Paul Buetow
2026-05-24fix(rpn): use NewRatFromString in RationalMode to preserve precisionPaul Buetow
2026-05-24rpn: revert resolveMetric and helpers to single return valuesPaul Buetow
2026-05-24fix(rpn): use < instead of <= for _sentinel in parseCategoryPaul Buetow
2026-05-24refactor(rpn): have ResultStack reuse pushLiteralPaul Buetow
2026-05-24rpn: remove hard-coded single-char metric whitelist in parseNumberWithMetricPaul Buetow
2026-05-24docs: fix inaccurate comments in internal/rpn/variables.goPaul Buetow
2026-05-24fix(repl): correct misleading comments in completer.goPaul Buetow
2026-05-24fix(rpn): correct misleading ClearConstants commentPaul Buetow
2026-05-24fix(Magefile): update stale comments referencing old 'perc' binary namePaul Buetow
2026-05-24docs(rpn): fix misleading comments in operations_variables.goPaul Buetow
2026-05-24docs: fix inaccurate Start comment in internal/repl/signal.goPaul Buetow