index
:
gt
main
Mini CLI calculator with REPL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
README.md
Age
Commit message (
Expand
)
Author
2026-05-24
docs: de-LLM all .md files - remove corporate language, over-explanation, and...
Paul Buetow
2026-05-24
docs: update README.md
Paul Buetow
2026-05-24
docs: fix metric output examples to match actual behavior
Paul Buetow
2026-05-23
docs: add Log Operators and HyperLog documentation
Paul Buetow
2026-05-23
docs: fix README discrepancies — remove 'delete x', add comparison operators
Paul Buetow
2026-05-22
docs: add comprehensive Metrics section to README
Paul Buetow
2026-05-22
update README with Qwen 3.6 model support
Paul Buetow
2026-04-11
feat: implement binary exponentiation with ** operator
Paul Buetow
2026-04-11
docs: add brief explanation of Mage build tool to Installation section
Paul Buetow
2026-04-11
docs: add cross-reference to 'constants' command in Variable Management section
Paul Buetow
2026-04-11
docs: clarify relationship between 'clear' and 'clearconstants' in README.md
Paul Buetow
2026-04-11
branding: add glitch-art logo and update README
Paul Buetow
2026-04-11
docs: add fast exponentiation operator ** to README
Paul Buetow
2026-04-11
Refactor number.go to return errors instead of panicking
Paul Buetow
2026-04-11
Add Gemma 4 Dense (31B) to README.md models list
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
Update README to show gt arguments in quotes
Paul Buetow
2026-03-25
README: Add fox mascot ASCII art logo
Paul Buetow
2026-03-25
remove CI workflow, badges from README
Paul Buetow
2026-03-25
docs: Move Rational Number Mode section to after Testing
Paul Buetow
2026-03-25
docs: Enhance README with comprehensive variable management documentation
Paul Buetow
2026-03-25
docs: Add CI status, coverage, and Go Report Card badges to README
Paul Buetow
2026-03-25
docs: Update README.md and godoc for Boolean-to-Number coercion
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
.golangci.yml
Paul Buetow
2026-03-20
feat: Add hyper operator methods for stack operations
Paul Buetow
2026-03-20
README.md: add REPL mode notes about independent command evaluation
Paul Buetow
2026-03-20
cmd/perc/main.go: try RPN parsing before percentage calculation in command mode
Paul Buetow
2026-03-20
README.md: add RPN calculator documentation
Paul Buetow
2025-11-25
Update README examples with calculation steps
Paul Buetow
2025-11-25
its vibe coded
Paul Buetow
2025-11-25
Initial commit: perc v0.0.0 - percentage calculator
v0.0.0
Paul Buetow