rune::reader

Function parse_symbol

Source
fn parse_symbol<'a>(slice: &str, cx: &'a Context<'_>) -> Gc<ObjectType<'a>>
Expand description

Parse a symbol from a string. This will either by a true symbol or a number literal.