index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2026-05-24
docs: add rational-mode.md documentation (task ai)
Paul Buetow
2026-05-24
docs: add custom-metrics.md (task 9i)
Paul Buetow
2026-05-24
docs: add metric-commands.md (task 8i)
Paul Buetow
2026-05-24
docs: add unit-conversion.md (task 7i)
Paul Buetow
2026-05-24
repl: consolidate single-token handling in RPNHandler
Paul Buetow
2026-05-24
rpn: fix double-prefix error messages in FastPower
Paul Buetow
2026-05-24
rpn: complete nAry helper refactor for HyperMultiply and HyperModulo
Paul Buetow
2026-05-24
rpn: remove exported Number type alias
Paul Buetow
2026-05-24
rpn: remove combined Operator interface per ISP
Paul Buetow
2026-05-24
rpn: eliminate duplicate ParseFloat in pushLiteral
Paul Buetow
2026-05-24
rpn: fix double-prefix in logOp error message
Paul Buetow
2026-05-24
rpn: split evaluate() into focused helpers
Paul Buetow
2026-05-24
rpn: split handleOperator into focused helpers
Paul Buetow
2026-05-24
rpn: extract nAryMetricOp and nAryScalarOp helpers in hyper ops
Paul Buetow
2026-05-24
rpn: remove redundant mutex locking in RPN mode/prefix wrappers
Paul Buetow
2026-05-24
rpn: use strings.Builder in Show() for loop concatenation
Paul Buetow
2026-05-24
rpn: fix = operator registry mapping to AssignRight
Paul Buetow
2026-05-24
rpn: use named sentinel for invalid parseCategory result
Paul Buetow
2026-05-24
docs: add metrics.md — metrics system reference
Paul Buetow
2026-05-24
docs: add constants.md — built-in constants reference
Paul Buetow
2026-05-24
docs: add variables.md; tests: comprehensive assignment operator tests
Paul Buetow
2026-05-24
docs: add stack operations documentation
Paul Buetow
2026-05-24
docs: add log operators documentation (lg, log, ln)
Paul Buetow
2026-05-24
docs: add hyper operators documentation
Paul Buetow
2026-05-24
docs: add comparison operators documentation
Paul Buetow
2026-05-24
docs: add fast-power.md documenting ** operator
Paul Buetow
2026-05-24
docs: add basic arithmetic RPN operators reference
Paul Buetow
2026-05-24
docs: add percentage calculations guide
Paul Buetow
2026-05-24
rpn: remove duplicate metricRegistry, use ops.MetricRegistry()
Paul Buetow
2026-05-24
rpn: replace panic with error returns in metric registry lookups
Paul Buetow
2026-05-24
fix: restore RPN stack on ParseAndEvaluate error in RPNHandler
Paul Buetow
2026-05-24
fix: replace fragile string matching in ResultStack with registry check
Paul Buetow
2026-05-24
docs: fix metric output examples to match actual behavior
Paul Buetow
2026-05-24
refactor(rpn): move dead Value type to test file
Paul Buetow
2026-05-24
Add standard Deprecated tag to Value.Number()
Paul Buetow
2026-05-24
rpn: use token-based = detection in handleStandardAssign
Paul Buetow
2026-05-24
rpn: derive builtin set from loadBuiltInConstants, eliminating duplicate list
Paul Buetow
2026-05-24
rpn: replace fragile error message parsing with direct registry check
Paul Buetow
2026-05-24
rpn: use GetCoolMetric() instead of ignored-error Find("Cool")
Paul Buetow
2026-05-24
fix(rpn): use NewRatFromString in RationalMode to preserve precision
Paul Buetow
2026-05-24
rpn: revert resolveMetric and helpers to single return values
Paul Buetow
2026-05-24
fix(rpn): use < instead of <= for _sentinel in parseCategory
Paul Buetow
2026-05-24
refactor(rpn): have ResultStack reuse pushLiteral
Paul Buetow
2026-05-24
rpn: remove hard-coded single-char metric whitelist in parseNumberWithMetric
Paul Buetow
2026-05-24
docs: fix inaccurate comments in internal/rpn/variables.go
Paul Buetow
2026-05-24
fix(repl): correct misleading comments in completer.go
Paul Buetow
2026-05-24
fix(rpn): correct misleading ClearConstants comment
Paul Buetow
2026-05-24
fix(Magefile): update stale comments referencing old 'perc' binary name
Paul Buetow
2026-05-24
docs(rpn): fix misleading comments in operations_variables.go
Paul Buetow
2026-05-24
docs: fix inaccurate Start comment in internal/repl/signal.go
Paul Buetow
[prev]
[next]