index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2026-05-24
Add compile-time interface satisfaction checks (xj)
Paul Buetow
2026-05-24
refactor(repl): extract RPN prefixes to data-driven slice (task uj)
Paul Buetow
2026-05-24
fix(rpn): extract builtInConstants map, eliminate loadBuiltInConstants dual r...
Paul Buetow
2026-05-24
fix: replace Category.String() switch with data-driven slice (qj)
Paul Buetow
2026-05-24
refactor(rpn): extract 'd' operator into Delete method (pj)
Paul Buetow
2026-05-24
fix(rpn): DIP violation — NewOperatorRegistry accepts OperatorProvider inte...
Paul Buetow
2026-05-24
refactor(rpn): split ConstantsProvider into Reader/Writer/Admin sub-interface...
Paul Buetow
2026-05-24
fix(rpn): restore stack values in popAll on partial failure (lj)
Paul Buetow
2026-05-24
fix(rpn): extract metric inference rules into data-driven maps (task kj)
Paul Buetow
2026-05-24
refactor(repl): introduce RPNCalculator interface to fix DIP violation (task rj)
Paul Buetow
2026-05-24
fix: remove dead "=" entry from operator registry (fj)
Paul Buetow
2026-05-24
refactor(rpn): split NewOperatorRegistry() into focused helpers (task ej)
Paul Buetow
2026-05-24
fix(rpn): optimize Swap from O(n) to O(1) (task dj)
Paul Buetow
2026-05-24
refactor(rpn): extract sortVariableInfos helper (task cj)
Paul Buetow
2026-05-24
refactor(repl): extract evalWithStackRestore helper (task bj)
Paul Buetow
2026-05-24
rpn: decouple RPN from concrete *Operations type (task aj)
Paul Buetow
2026-05-24
refactor(rpn): split ArithmeticOperator into 3 interfaces (task 9j)
Paul Buetow
2026-05-24
refactor(rpn): split large functions in rpn_parse.go (task 6j)
Paul Buetow
2026-05-24
refactor(rpn): simplify isValidIdentifier(), removing dead multi-char loop (t...
Paul Buetow
2026-05-24
fix(rpn): remove duplicate ConstantsProvider initialization (task 4j)
Paul Buetow
2026-05-24
refactor(rpn): extract checkStackOverflow helper in pushLiteral (#3j)
Paul Buetow
2026-05-24
rpn: remove unused stack parameter from shouldPushName (task 2j)
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 variables.md; tests: comprehensive assignment operator tests
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
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
[next]