Added multi line strings raw strings. This also somewhat improves error reporting on strings.

This commit is contained in:
Christoffer Lerno
2021-08-21 21:44:35 +02:00
committed by Christoffer Lerno
parent 64f20da080
commit f198e6c53a
9 changed files with 486 additions and 39 deletions

View File

@@ -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=";