summaryrefslogtreecommitdiff
path: root/cmd
AgeCommit message (Expand)Author
2026-03-25rpn: Fix := and =: operators semanticsPaul Buetow
2026-03-25code-quality: Various improvements to code quality and thread safetyPaul Buetow
2026-03-25Rename calculator package to percPaul Buetow
2026-03-25chore: Clean up backup filePaul Buetow
2026-03-25refactor: Split internal/rpn/rpn.go into separate files for better SRPPaul Buetow
2026-03-25docs: Add SPDX license headers to remaining .go filesPaul Buetow
2026-03-25test: Add end-to-end CLI tests for gt version, percentage calculation, and RPNPaul Buetow
2026-03-25docs: Add SPDX license headers to all .go source filesPaul Buetow
2026-03-25cmd/gt: add comprehensive package documentationPaul Buetow
2026-03-24feat: Add RPN mode, rational number support, and improve REPLPaul Buetow
2026-03-23Update to gt binary name and refactor code quality improvementsPaul Buetow
2026-03-23Code quality audit fixes from comprehensive auditPaul Buetow
2026-03-23Fix error handling in cmd/perc/main.goPaul Buetow
2026-03-20refactor: update Operations to use VariableStore interfacePaul Buetow
2026-03-20cmd/perc/main.go: try RPN parsing before percentage calculation in command modePaul 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/cmd/perc: add calc/rpn subcommands and fix assignment handlingPaul Buetow
2026-03-16bump version to v0.2.0v0.2.0Paul Buetow
2025-11-25Initial commit: perc v0.0.0 - percentage calculatorv0.0.0Paul Buetow