Computer and Modernization ›› 2014, Vol. 0 ›› Issue (1): 10-13.

Previous Articles     Next Articles

Design and Implementation of MiniC Compiler Based on Object-oriented Technology

  

  1. College of Computer and Information Engineering, Jiangxi Normal University, Nanchang 330022, China
  • Received:2013-08-02 Online:2014-01-20 Published:2014-02-10

Abstract: MiniC language is put forward for remedying the disadvantages of the traditional compiler. MiniC compiler is implemented by using object-oriented technology, which can show the complicated process of program analysis and the detailed results of analysis, and make abstract compiler principle visible. It plays an important role to understand the compiler principle and improves the system-software developing ability in practical application.

Key words: compiler principle, compiler, object-oriented