summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainincrement versionPaul Buetow2 months
 
TagDownloadAuthorAge
v0.4.1commit fa7f85ba33...Paul Buetow2 months
v0.3.0commit 8dd3e8ce8a...Paul Buetow2 months
v0.2.0commit ed32c7fea5...Paul Buetow3 months
v0.1.0commit 488aeb5506...Paul Buetow6 months
v0.0.1commit 19df586529...Paul Buetow6 months
v0.0.0commit b97e4b19ec...Paul Buetow6 months
 
AgeCommit messageAuthor
2026-03-25chore: Bump version to v0.3.0v0.3.0Paul Buetow
2026-03-25refactor: RPN stack already extended to hold both numbers and booleansPaul Buetow
2026-03-25feat: Boolean operators already implemented (gt, lt, gte, lte, eq, neq)Paul Buetow
2026-03-25feat: Implement boolean operators and mixed boolean-numeric arithmeticPaul Buetow
2026-03-25ci: Add boolean-coercion tests and bump version to v0.2.2Paul Buetow
2026-03-25docs: README already has rational mode and hyper-operator documentationPaul Buetow
2026-03-25ci: Update Magefile to include shortcuts for build, test, lint, and releasePaul Buetow
2026-03-25docs: Add CONTRIBUTING.md with build, test, mage usage, and PR guidelinesPaul Buetow
2026-03-25ci: Add test coverage check to CI pipelinePaul Buetow
2026-03-25refactor: rpn.go already uses NewNumberValue for all Push operationsPaul Buetow
[...]