1. What is the rationale for compiling?
A: The principle of compiling is a study of the design and construction of the principles and methods of compiling programs, is a computer professional basic courses. The main contents of the study are: basic knowledge of grammar and language, lexical analysis and poor automata, lexical analysis, grammar guidance translation technology and intermediate code generation, symbol table organization and management, code optimization, Runtime Storage organization and management, target code generation, refrigerator compilation technology basic knowledge.
2. Why do you learn how to compile?
A: The principle of compiling is a study of the design and construction of the principles and methods of compiling programs, is a major computer professional basic course. Compiling principle This course contains the method of solving the problem in computer science, formal problem and perception problem, and these ideas and methods have some enlightening and guiding function in the design and development of application software and system software, which is still of great significance in the background of advocating interdisciplinary continuous innovation.
3. How to learn the principle of compiling?
A: Pre-preview, after-school review, familiar with the structure of the compilation system. The design principles and common compiling techniques and methods of each component of the workflow and compiling program lay a solid foundation. Take the initiative to read a little more about the principles of compiling books, and so on.
4. Thinking: Before you learn the book theory, if you want to write a compiler, what is your idea?
A: I will find some examples of success on the Internet, learn their ideas, and principles. In their own on the compiler has a deep understanding, coupled with their own deep thinking, and then combine the textbook, write a compiler.
0909 start of compilation