The compilation we learn refers to the binary machine language that is translated from a high-level or assembly language into a computer-recognized system, and now the compilation principle that describes how high-level or assembly language is translated into binary languages. and the Learning compiler principle, can let us understand how the compiler is working, understand the conversion process between the language, understand the source of the code is what, can better understand the program, solve the problem of programming, if not to learn the principle of compiling, it can not understand what the program is written, There is no way to explain to others why this program, simply speaking, is just a language tool, you can not really understand a language, even if you can use it to achieve a lot of functions, write a very beautiful program. We want to learn the principle of compiling, should start from the textbook, but not only read textbooks, extracurricular books can also be used as a reference, the class should pay attention to listen to the teacher, the class actively communicate with the students this aspect of the problem, in short, more reading, more practice.
My view on the principles of compilation