index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cmd
Age
Commit message (
Expand
)
Author
2026-03-26
fix module
Paul Buetow
2026-03-26
refactor: move integration tests to ./integrationtests folder
Paul Buetow
2026-03-26
fix: address code quality issues from golangci-lint
Paul Buetow
2026-03-26
feat: Support piping expressions via stdin
Paul Buetow
2026-03-26
feat: Add integration tests for variable assignments and fix RPN parser bugs
Paul Buetow
2026-03-25
rpn: Fix := and =: operators semantics
Paul Buetow
2026-03-25
code-quality: Various improvements to code quality and thread safety
Paul Buetow
2026-03-25
Rename calculator package to perc
Paul Buetow
2026-03-25
chore: Clean up backup file
Paul Buetow
2026-03-25
refactor: Split internal/rpn/rpn.go into separate files for better SRP
Paul Buetow
2026-03-25
docs: Add SPDX license headers to remaining .go files
Paul Buetow
2026-03-25
test: Add end-to-end CLI tests for gt version, percentage calculation, and RPN
Paul Buetow
2026-03-25
docs: Add SPDX license headers to all .go source files
Paul Buetow
2026-03-25
cmd/gt: add comprehensive package documentation
Paul Buetow
2026-03-24
feat: Add RPN mode, rational number support, and improve REPL
Paul Buetow
2026-03-23
Update to gt binary name and refactor code quality improvements
Paul Buetow
2026-03-23
Code quality audit fixes from comprehensive audit
Paul Buetow
2026-03-23
Fix error handling in cmd/perc/main.go
Paul Buetow
2026-03-20
refactor: update Operations to use VariableStore interface
Paul Buetow
2026-03-20
cmd/perc/main.go: try RPN parsing before percentage calculation in command mode
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/cmd/perc: add calc/rpn subcommands and fix assignment handling
Paul Buetow
2026-03-16
bump version to v0.2.0
v0.2.0
Paul Buetow
2025-11-25
Initial commit: perc v0.0.0 - percentage calculator
v0.0.0
Paul Buetow