index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
rpn
/
operations_test.go
Age
Commit message (
Expand
)
Author
2026-05-24
fix(rpn): change variadic NewRPN/NewOperations to single optional MetricReade...
Paul Buetow
2026-05-23
style: run gofmt on all Go source files
Paul Buetow
2026-05-22
refactor(rpn): split StringNum/Symbol out of Number interface (LSP fix)
Paul Buetow
2026-04-11
feat: implement binary exponentiation with ** operator
Paul Buetow
2026-04-11
test: add unit tests for Power with large and negative integer exponents
Paul Buetow
2026-04-11
more on this
Paul Buetow
2026-03-25
rpn: Fix := and =: operators semantics
Paul Buetow
2026-03-25
rpn: Fix =: operator pop order for REPL mode
Paul Buetow
2026-03-25
rpn: Fix AssignLeft/AssignRight to handle StringNum correctly
Paul Buetow
2026-03-25
rpn: Add := and =: assignment operators with = synonym
Paul Buetow
2026-03-25
Fix Ln operation and add comprehensive tests
Paul Buetow
2026-03-25
refactor: Refactor RPN to use Number interface uniformly for stack values
Paul Buetow
2026-03-25
docs: Add SPDX license headers to all .go source files
Paul Buetow
2026-03-25
fix: Handle Value types correctly in RPN operations
Paul Buetow
2026-03-24
feat: Add RPN mode, rational number support, and improve REPL
Paul Buetow
2026-03-23
Fix errcheck issues in cmd/perc, internal/repl, and internal/rpn packages
Paul Buetow
2026-03-23
Fix unchecked errors in internal/rpn/operations_test.go
Paul Buetow
2026-03-23
Fix ireturn issue in internal/rpn/variables.go
Paul Buetow
2026-03-23
internal/rpn: fix error handling, variable name validation, and locking issues
Paul Buetow
2026-03-20
internal/rpn: fix race condition in concurrent test
Paul Buetow
2026-03-20
internal/rpn: add operations.go with operator implementations
Paul Buetow