Alek Ratzloff cb9e09064a Implement __bool__, add if builtin, vtable imporvements
* `if` builtin is the big one here - branching! Yay!
* The `if` builtin requires __bool__ to be implemented for things. This
  is added for all builtin objects.
* Vtables have slightly better ergonomics.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-02-04 17:29:41 -08:00
2022-01-24 18:43:54 -08:00
2022-01-18 14:31:32 -08:00
Description
Bad stack-based language
1.9 MiB
Languages
Rust 100%