(no title)
ynfnehf | 1 year ago
"For example, my compiler interprets "\n" (a sequence of backslash and character "n") in a string literal as "\n" (a newline character in this case). If you think about this, you would find this a little bit weird, because it does not have information as to the actual ASCII character code for "\n". The information about the character code is not present in the source code but passed on from a compiler compiling the compiler. Newline characters of my compiler can be traced back to GCC which compiled mine."
moefh|1 year ago
[1] https://github.com/gcc-mirror/gcc/blob/8a4a967a77cb937a2df45...
codetrotter|1 year ago