- Lexical Analysis
- Syntax Analysis
- Semantic Analysis
- Code generation
- Structure (order)
- Character sets
- Trigraph sequences
- Multibyte characters
#get
#set
#require
-
Primitives
-
Extended
Preprocessor and metaprogramming
To build a toy compiler you can read:
Those documents define the compilation process and minimal code generation needed.