Comment on Clue: an ANSI C compiler targeting high level languagesparentComments−wooby17yIt's a C compiler that targets (generates code written in) higher level languages.Usually, C compilers target machine code for a particular processor architecture. gcc, for instance, can 'generate code written in' x86 machine code.
Comments
It's a C compiler that targets (generates code written in) higher level languages.
Usually, C compilers target machine code for a particular processor architecture. gcc, for instance, can 'generate code written in' x86 machine code.