builtins: Add temp builtin for dumping the global string pool
This commit is contained in:
		| @@ -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 |     /// Returns a shark | ||||||
|     fn shark() { |     fn shark() { | ||||||
|         Ok('\u{1f988}') |         Ok('\u{1f988}') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user