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-03-20
cleanup: remove perc_local binary
Paul Buetow
2026-03-20
cmd/perc/main.go: try RPN parsing before percentage calculation in command mode
Paul Buetow
2026-03-20
README.md: add RPN calculator documentation
Paul Buetow
2026-03-20
cleanup: remove coverage.out
Paul Buetow
2026-03-20
cmd/perc: add unit tests with 86% coverage
Paul Buetow
2026-03-20
cmd/perc: add unit tests with 76% coverage
Paul Buetow
2026-03-20
internal/rpn: fix rpn_test.go test expectations
Paul Buetow
2026-03-20
internal/rpn: fix rpn_test.go test expectations
Paul Buetow
2026-03-20
internal/rpn: fix rpn_test.go syntax errors
Paul Buetow
2026-03-20
Magefile.go: add TestRPN target for testing RPN package
Paul Buetow
2026-03-20
internal/repl: add RPN support to REPL
Paul Buetow
2026-03-20
internal/rpn/cmd/perc: add calc/rpn subcommands and fix assignment handling
Paul Buetow
2026-03-20
internal/rpn: add rpn.go with RPN parser and evaluator
Paul Buetow
2026-03-20
internal/rpn: add operations.go with operator implementations
Paul Buetow
2026-03-20
internal/rpn: add variables.go with thread-safe variable storage
Paul Buetow
2026-03-16
bump version to v0.2.0
v0.2.0
Paul Buetow
2025-11-25
Update README examples with calculation steps
Paul Buetow
2025-11-25
Add calculation steps to output, bump version to v0.1.0
v0.1.0
Paul Buetow
2025-11-25
increment version
v0.0.1
Paul Buetow
2025-11-25
fix
Paul Buetow
2025-11-25
ignore
Paul Buetow
2025-11-25
its vibe coded
Paul Buetow
2025-11-25
Initial commit: perc v0.0.0 - percentage calculator
v0.0.0
Paul Buetow