cb9e09064afa938aec9edf5ba9676332101a5864
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>
Description
Bad stack-based language
Languages
Rust
100%