builtins: Add temp builtin for dumping the global string pool
This commit is contained in:
parent
01cf9d93e2
commit
a6ad20911d
@ -173,6 +173,11 @@ pub const Builtins: &[Builtin] = &builtins![
|
||||
})
|
||||
}
|
||||
|
||||
fn dump_symbols() {
|
||||
println!("{}", cl_structures::intern::string_interner::StringInterner::global());
|
||||
Ok(ConValue::Empty)
|
||||
}
|
||||
|
||||
/// Returns a shark
|
||||
fn shark() {
|
||||
Ok('\u{1f988}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user