Introduction - If you have any usage issues, please Google them yourself
Class C language compiler, basically realized the C language syntax, lexical analysis of the main features of the use of state transition, syntax LR (1) method to automatically generate ACTION and GOTO jump table. Top-down syntax-directed translation, you can generate various types of expressions (including Boolean, arithmetic, logic, etc.), the loop while, selection if else and if so on, more powerful