- **host**, the machine (or architecture, or platform) that you are using to compile the code. - **target**, the machine (or architecture, or platform) that is intended to run the code. If you use ...
I wanted to learn more about compilers because it was interesting to me. Learning about compilers can also help boost my fundamental knowledge with regards to data structures, algorithms and how ...