How to be low-level programmer
programming-language
arduino
hardware
firmware
assembly
linux-kernel
embedded-systems
low-level
system-programming
assembly-language-programming
low-level-programming
c-programming
linux-kernel-hacking
-
Updated
Jul 24, 2021
Characters do not currently accept unicode escape characters in the shape of
\uHHHH
and\uHHHHHHHH
(whereH
is any hexadecimal number).This could be a good thing to support those. However, this may complicate typechecking a little bit. What is the size of a unicode character? How well would it integrate with compilation? Will there be any currently known problems with supporting Unicode