Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-04 | rename the binary | Irene Knapp | |
Change-Id: I58f4a850b6ff38a3ffc84c168eb8b7a8e43196fc | |||
2024-03-21 | Negative numbers, stack depth assert, smol stdlib | Andrew 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-13 | Add -way- too many things | Andrew Owen | |
2024-03-12 | nix flake, based on my rust flake template | Irene Knapp | |
2024-03-12 | Set up initial prototype with basic number parsing | Andrew Owen | |
Has one command, is mode-based, no fancy display yet Added a DESIGN.md for discussion |