This paper designs and implements an industrial robot programming code interpreter. The main function of interpreter is to translate the robot language source code into intermediate data structure,the control system processes the intermediate code to control the robot movement. The interpreter includes lexical analysis module,syntax analysis module and semantic analysis module. The interpreter is programmed by VC. Finally,the function of the interpreter is tested and verified,The interpreter generates inter...