Description: 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
To Search:
File list (Check if you may need any files):
compiler\bin\Debug\compiler.exe
........\compiler.cbp
........\compiler.depend
........\compiler.layout
........\generateItems.c
........\global.h
........\grammerHead.c
........\grammertmp.c
........\info.log
........\lexer.c
........\main.c
........\obj\Debug\generateItems.o
........\...\.....\lexer.o
........\...\.....\main.o
........\...\.....\parser.o
........\...\.....\symbol.o
........\parser.c
........\readme.txt
........\symbol.c
........\test.c
........\tmp1.c
........\tmp2.c
........\本编译器所使用的C语法产生式.c
........\自动生成的项目集.c
........\bin\Debug
........\obj\Debug
........\bin
........\obj
compiler