文件名称:compiler
介绍说明--下载内容均来自于网络,请自行研究使用
类C语言编译器,基本上实现了主要功能的C语言语法,词法分析使用状态转移,语法使用LR(1)方法,自动生成ACTION和GOTO转移表。自顶向下的语法制导翻译,可以生成各种类型的表达式(包括布尔,算术,逻辑等等),循环中的while,选择中的if else 和if等,功能比较强大-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
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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