pub const CHAR_SINGLE_QUOTE: char = '\'';
The single quote character used to delimit character and string literals.