pub const ParsedCharLiteral = union(enum)
pub const ParsedCharLiteral = union(enum) { success: u21, failure: Error, }