index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
calculator
/
calculator.go
Age
Commit message (
Expand
)
Author
2026-03-25
Rename calculator package to perc
Paul Buetow
2026-03-25
docs: Add SPDX license headers to all .go source files
Paul Buetow
2026-03-25
refactor: Add error wrapping with %w where appropriate
Paul Buetow
2026-03-24
feat: Add RPN mode, rational number support, and improve REPL
Paul Buetow
2026-03-24
Refactor calculator.Parse to make RPN vs percentage parsing boundaries explicit
Paul Buetow
2026-03-23
Refactor calculator.Parse to use registration pattern for parsing strategies
Paul Buetow
2026-03-23
Code quality audit fixes from comprehensive audit
Paul Buetow
2026-03-23
Fix inline error handling in internal/calculator/calculator.go
Paul Buetow
2026-03-23
Improve test coverage to 81.9% and fix RPN integration
Paul Buetow
2026-03-20
internal/calculator/internal/repl: Add missing comments for exported functions
Paul Buetow
2025-11-25
Add calculation steps to output, bump version to v0.1.0
v0.1.0
Paul Buetow
2025-11-25
Initial commit: perc v0.0.0 - percentage calculator
v0.0.0
Paul Buetow