summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-20cleanup: remove perc_local binaryPaul Buetow
2026-03-20cmd/perc/main.go: try RPN parsing before percentage calculation in command modePaul Buetow
2026-03-20README.md: add RPN calculator documentationPaul Buetow
2026-03-20cleanup: remove coverage.outPaul Buetow
2026-03-20cmd/perc: add unit tests with 86% coveragePaul Buetow
2026-03-20cmd/perc: add unit tests with 76% coveragePaul Buetow
2026-03-20internal/rpn: fix rpn_test.go test expectationsPaul Buetow
2026-03-20internal/rpn: fix rpn_test.go test expectationsPaul Buetow
2026-03-20internal/rpn: fix rpn_test.go syntax errorsPaul Buetow
2026-03-20Magefile.go: add TestRPN target for testing RPN packagePaul Buetow
2026-03-20internal/repl: add RPN support to REPLPaul Buetow
2026-03-20internal/rpn/cmd/perc: add calc/rpn subcommands and fix assignment handlingPaul Buetow
2026-03-20internal/rpn: add rpn.go with RPN parser and evaluatorPaul Buetow
2026-03-20internal/rpn: add operations.go with operator implementationsPaul Buetow
2026-03-20internal/rpn: add variables.go with thread-safe variable storagePaul Buetow
2026-03-16bump version to v0.2.0v0.2.0Paul Buetow
2025-11-25Update README examples with calculation stepsPaul Buetow
2025-11-25Add calculation steps to output, bump version to v0.1.0v0.1.0Paul Buetow
2025-11-25increment versionv0.0.1Paul Buetow
2025-11-25fixPaul Buetow
2025-11-25ignorePaul Buetow
2025-11-25its vibe codedPaul Buetow
2025-11-25Initial commit: perc v0.0.0 - percentage calculatorv0.0.0Paul Buetow