tally/TODO.md

484 B

Tally TODO

A list of things to add or work on. Delete items as they are completed.

  • Add user macros that manipulate the stack
    • Should be roughly equivalent to words in nimf (ie. : [name] [ ... ] ; where [ ... ] would be the content of the macro and [name] would be the name that would get called)
    • They should be able to call any existing stack functions as well as provide literals
    • User macros would live in .config or .local somewhere in a .tally file