summaryrefslogtreecommitdiff
path: root/docs/stack-operations.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-25 09:02:59 +0300
committerPaul Buetow <paul@buetow.org>2026-05-25 09:02:59 +0300
commit7b3ff83f749724d452215fe135765b7e6aba92f5 (patch)
treead1c208a885b71ecc7625382988f5b3833464f53 /docs/stack-operations.md
parent8d1ded528b34ccdeb86cf18f0aaf2b9085430efd (diff)
feat: inline help system with per-operator topics and auto-completion
Replace the old static help text with a data-driven help system that provides one help entry per operator, function, or REPL command, each with category, description, usage, and examples. - help.go: 35+ help topics covering all operators (arithmetic, comparison, stack, hyper, variables, constants, REPL commands) - GetHelp(topic) returns formatted help; GetHelp("") returns overview - help categories lists all topics grouped by category - Aliases supported (e.g. help gt shows help for > operator) - Auto-completion for help topics when typing 'help <TAB>' - REPL entries take priority in helpByTopic (e.g. 'help clear' shows screen clear, not RPN variable clear) - Comprehensive tests for all public functions
Diffstat (limited to 'docs/stack-operations.md')
0 files changed, 0 insertions, 0 deletions