August 2014
Beginner to intermediate
314 pages
7h 57m
English
The compiler frontend converts source code into the compiler's intermediate representation prior to target-specific code generation. Since programming languages have distinct syntax and semantic domains, frontends usually handle either a single language or a group of similar ones. Clang, for instance, handles C, C++, and objective-C source code inputs. In this chapter, we will cover the following topics:
libclanglibclang examplesThe Clang project is known as the official LLVM frontend for ...
Read now
Unlock full access