summary refs log tree commit diff
path: root/src/tests.rs
AgeCommit message (Collapse)Author
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