index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
Age
Commit message (
Expand
)
Author
2026-03-26
increment version
v0.4.1
main
Paul Buetow
2026-03-26
fix module
Paul Buetow
2026-03-26
chore: bump version to v0.4.0
Paul Buetow
2026-03-26
refactor: remove unused StackOperations struct
Paul Buetow
2026-03-26
fix: remove unused variable assignments in test files
Paul Buetow
2026-03-26
fix: address code quality issues from golangci-lint
Paul Buetow
2026-03-26
refactor: Extract RPN assignment handlers to fix SRP violation
Paul Buetow
2026-03-26
fix: Register < operator and fix > operator mapping
Paul Buetow
2026-03-26
fix: Handle boolean operators == and != correctly
Paul Buetow
2026-03-26
feat: Add integration tests for variable assignments and fix RPN parser bugs
Paul Buetow
2026-03-25
rpn: fix x =: stack-based variable assignment
Paul Buetow
2026-03-25
rpn: Add unit test for exact user scenario with x =: incremental assignment
Paul Buetow
2026-03-25
rpn: Add unit test for user scenario with x =: taking value from stack
Paul Buetow
2026-03-25
rpn: Fix incremental assignment with x =: (take value from stack)
Paul Buetow
2026-03-25
rpn: Add test for incremental assignment with =: operator
Paul Buetow
2026-03-25
rpn: Fix := and =: operators semantics
Paul Buetow
2026-03-25
rpn: Fix =: operator pop order for REPL mode
Paul Buetow
2026-03-25
rpn: Fix AssignLeft/AssignRight to handle StringNum correctly
Paul Buetow
2026-03-25
rpn: Add := and =: assignment operators with = synonym
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
Fix Ln operation and add comprehensive tests
Paul Buetow
2026-03-25
refactor: Refactor RPN to use Number interface uniformly for stack values
Paul Buetow
2026-03-25
refactor: Update GetCurrentStack to return []Value instead of []float64
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
chore: Bump version to v0.3.0
Paul Buetow
2026-03-25
feat: Implement boolean operators and mixed boolean-numeric arithmetic
Paul Buetow
2026-03-25
ci: Add boolean-coercion tests and bump version to v0.2.2
Paul Buetow
2026-03-25
ci: Update Magefile to include shortcuts for build, test, lint, and release
Paul Buetow
2026-03-25
refactor: Update Show command to format boolean values correctly
Paul Buetow
2026-03-25
docs: Add SPDX license headers to all .go source files
Paul Buetow
2026-03-25
docs: Update README.md and godoc for Boolean-to-Number coercion
Paul Buetow
2026-03-25
refactor: Add error wrapping with %w where appropriate
Paul Buetow
2026-03-25
fix: Handle Value types correctly in RPN operations
Paul Buetow
2026-03-25
refactor: Consolidate REPL command descriptions to single source
Paul Buetow
2026-03-25
docs: Add comprehensive Go documentation for REPL functions
Paul Buetow
2026-03-25
cmd/gt: add comprehensive package documentation
Paul Buetow
2026-03-24
test: Improve defaultExecutor and defaultCompleter test coverage
Paul Buetow
2026-03-24
refactor: Move RPNState and related declarations to top of repl.go
Paul Buetow
2026-03-24
feat: Add RPN mode, rational number support, and improve REPL
Paul Buetow
2026-03-24
Update version to v0.3.0
Paul Buetow
2026-03-24
Remove code duplication between EvalOperator and handleOperator in rpn package
Paul Buetow
2026-03-24
Refactor calculator.Parse to make RPN vs percentage parsing boundaries explicit
Paul Buetow
2026-03-23
Add panic recovery to REPL executor for better resilience
Paul Buetow
2026-03-23
Refactor rpn.handleOperator to use operator registry instead of switch statement
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 errcheck issues in cmd/perc, internal/repl, and internal/rpn packages
Paul Buetow
2026-03-23
.golangci.yml
Paul Buetow
[next]