Alek Ratzloff 427d354857 Change BoolObj::new to return a Gc pointer, add T and F builtins
Since we're able to coerce objects easily, we're changing bools to be
interned behind the scenes.

T and F builtin functions are added because that's probably the easiest
way to implement true and false constants without making new
lexer/parsing rules.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2022-01-25 16:47:19 -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%