summaryrefslogtreecommitdiff
path: root/internal/repl/repl.go
AgeCommit message (Expand)Author
2026-03-20internal/repl: Reorder functions per Go best practicesPaul Buetow
2026-03-20feat: Implement persistent RPN state for all RPN-related inputPaul Buetow
2026-03-20refactor: update Operations to use VariableStore interfacePaul Buetow
2026-03-20internal/rpn/rpn.go: fix stack state persistence for ParseAndEvaluatePaul Buetow
2026-03-20README.md: add REPL mode notes about independent command evaluationPaul Buetow
2026-03-20cmd/perc/main.go: try RPN parsing before percentage calculation in command modePaul Buetow
2026-03-20internal/repl: add RPN support to REPLPaul Buetow
2026-03-16bump version to v0.2.0v0.2.0Paul Buetow