summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2024-04-06remove trailing whitespace; line-wrap to 80 columnsIrene Knapp
Change-Id: I206e68e7d701509b4bfc5c1c79b7dc98102080b1
2024-04-05help textIrene Knapp
Change-Id: I82e0af92d27819c933260cfe150dff08005cba02
2024-03-21Negative numbers, stack depth assert, smol stdlibAndrew Owen
- `_` now sets the "is a negative number" flag for the duration of the current number. In the future, it may be turned into a toggle - There is now a "stdlib" of sorts, mostly focused on basic unit conversions - `!` has been added for asserting a minumum stack depth. This is mostly in service of the "stdlib" functions
2024-03-13Add -way- too many thingsAndrew Owen
2024-03-12Set up initial prototype with basic number parsingAndrew Owen
Has one command, is mode-based, no fancy display yet Added a DESIGN.md for discussion