ANSI C Translation Phases

Nasza ocena:

3
Wyświetleń: 469
Komentarze: 0
Notatek.pl

Pobierz ten dokument za darmo

Podgląd dokumentu
ANSI C Translation Phases - strona 1 ANSI C Translation Phases - strona 2

Fragment notatki:

ANSI C Translation Phases  Every trigraph sequence in the source file is replaced  Every backslash/new-line character pair is deleted  The source is converted into preprocessing tokens and sequences of white spaces  Each comment is effectively replaced by a space character  Every preprocessing directive is handled and all macro invocations are replaced  Each #included source file is run through the earlier phases before its contents replace the directive line  Every escape sequence (in character constants and string literals) is interpreted  Adjacent string literals are concatenated  Every preprocessing token is converted into a regular token; the compiler properly parses these and generates code  All external object and function references are resolved, resulting in the final program ... zobacz całą notatkę



Komentarze użytkowników (0)

Zaloguj się, aby dodać komentarz