fn parseCharLiteral(slice: []const u8) ParsedCharLiteral

Only validates escape sequence characters. Slice must be valid utf8 starting and ending with “’” and exactly one codepoint in between.

Parameters

slice: []const u8,