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-26
increment version
v0.4.1
main
Paul Buetow
2026-03-26
fix module
Paul Buetow
2026-03-26
update
Paul Buetow
2026-03-26
Update README with details on LLMs used and project purpose
Paul Buetow
2026-03-26
chore: bump version to v0.4.0
Paul Buetow
2026-03-26
refactor: move integration tests to ./integrationtests folder
Paul Buetow
2026-03-26
Update README to show gt arguments in quotes
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
feat: Support piping expressions via stdin
Paul Buetow
2026-03-26
fix: Register < operator and fix > operator mapping
Paul Buetow
2026-03-26
delete plan
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
cleanup
Paul Buetow
2026-03-25
remove this one
Paul Buetow
2026-03-25
rpn: fix x =: stack-based variable assignment
Paul Buetow
2026-03-25
rpn: Final verification - all unit tests pass
Paul Buetow
2026-03-25
rpn: Add unit test for exact user scenario with x =: incremental assignment
Paul Buetow
2026-03-25
rpn: Finalize assignment operators implementation
Paul Buetow
2026-03-25
rpn: Add unit test for user scenario with x =: taking value from stack
Paul Buetow
2026-03-25
README: Add fox mascot ASCII art logo
Paul Buetow
2026-03-25
rpn: Fix incremental assignment with x =: (take value from stack)
Paul Buetow
2026-03-25
rpn: Implement := and =: operators with incremental assignment support
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
remove CI workflow, badges from README
Paul Buetow
2026-03-25
Rename calculator package to perc
Paul Buetow
2026-03-25
docs: Move Rational Number Mode section to after Testing
Paul Buetow
2026-03-25
Fix Ln operation and add comprehensive tests
Paul Buetow
2026-03-25
fix: Modulo operation correctly uses Number.Mod for modulo
Paul Buetow
2026-03-25
fix: Power operation correctly uses Number.Pow for exponentiation
Paul Buetow
2026-03-25
fix: Divide operation correctly handles zero checking and division
Paul Buetow
2026-03-25
fix: Subtract operation correctly uses Number interface
Paul Buetow
2026-03-25
fix: Add operation uses Number interface correctly
Paul Buetow
2026-03-25
fix: Add operation correctly uses Number interface
Paul Buetow
2026-03-25
refactor: Granular interfaces already exist for Operations struct
Paul Buetow
2026-03-25
refactor: Operator interface already split into granular interfaces
Paul Buetow
2026-03-25
refactor: Refactor RPN to use Number interface uniformly for stack values
Paul Buetow
2026-03-25
refactor: Refactor RPN.GetCurrentStack to return []Value
Paul Buetow
2026-03-25
refactor: Update GetCurrentStack to return []Value instead of []float64
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
fix: Log10 operation correctly handles Value conversion
Paul Buetow
[next]