mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Added multi line strings raw strings. This also somewhat improves error reporting on strings.
This commit is contained in:
committed by
Christoffer Lerno
parent
64f20da080
commit
f198e6c53a
@@ -1,6 +1,6 @@
|
||||
char[*] foob = x"a0";
|
||||
char[*] fooz = x"00aabbccddeeff";
|
||||
char[*] fooy = x"dead beef";
|
||||
char[*] fooy = x'dead beef';
|
||||
char[*] foow = x"4549234d e d";
|
||||
char[*] foo64 = b64"SGVsbG8gV29ybGQ=";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user