is_sym_char

Function is_sym_char 

Source
pub fn is_sym_char(c: char) -> bool
Expand description

Whether c can appear in a symbol, for tokenising during highlighting. Mirrors the reader’s symbol alphabet (crate::parse); the two must agree or highlighting splits tokens differently than the reader does.