文件名称:lixminC
- 所属分类:
- 其他小程序
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.2mb
- 下载次数:
- 0次
- 提 供 者:
- lix***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include, #define , #ifdef....)存到preprocess.log中(格式例子为:line 0 : #include<stdio.h>) 3、能够识别并剔除两种注释(//和/* */) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,小数(譬如 123.23E+12)会被当作浮点数而不会被分开。 6、能够识别转义符’\’.测试程序是来自GCC的一个2000多行的程序。实验证明能够准确识别-这是编译原理词法分析源程序和实验报告。本程序亮点在于: 1、能够处理ANSI C 定义的42种运算符,32个关键字。 2、能够识别并且抽取预处理语句(如#include,#define ,#ifdef....)存到preprocess.log中(格式例子为:line 0 :#include<stdio.h>) 3、能够识别并剔除两种注释(//和/**/) 4、能够识别简单的词法错误 missing terminating " 并且告诉你是在第几行出的错。 5、能够识别浮点数,小数(譬如 123.23E+12)会被当作浮点数而不会被分开。 6、能够识别转义符’\’.测试程序是来自GCC的一个2000多行的程序。实验证明能够准确识别
(系统自动生成,下载前可以参看下载内容)
下载文件列表
lixminC\comment.h
.......\comment.h.bak
.......\comment.log
.......\constant.h
.......\constant.h.bak
.......\constant.log
.......\Debug\lex.exe
.......\.....\lex.ilk
.......\.....\lex.obj
.......\.....\lex.pch
.......\.....\lex.pdb
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\identifier.h
.......\identifier.h.bak
.......\identifier.log
.......\in.txt
.......\in1.txt
.......\in2.txt
.......\include.log
.......\keyword.h
.......\keyword.h.bak
.......\keywords.log
.......\lex.c
.......\lex.dsp
.......\lex.dsw
.......\lex.ncb
.......\lex.opt
.......\lex.plg
.......\lex.positions
.......\operation.c
.......\operation.h
.......\operation.log
.......\out.txt
.......\output.h
.......\preprocess.h
.......\preprocess.h.bak
.......\preprocess.log
.......\sk.txt
.......\复件 keyword.h.bak
.......\实验报告.doc
.......\实验报告.pdf
.......\测试样例\2in.txt
.......\........\in.txt
.......\Debug
.......\测试样例
lixminC
.......\comment.h.bak
.......\comment.log
.......\constant.h
.......\constant.h.bak
.......\constant.log
.......\Debug\lex.exe
.......\.....\lex.ilk
.......\.....\lex.obj
.......\.....\lex.pch
.......\.....\lex.pdb
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\identifier.h
.......\identifier.h.bak
.......\identifier.log
.......\in.txt
.......\in1.txt
.......\in2.txt
.......\include.log
.......\keyword.h
.......\keyword.h.bak
.......\keywords.log
.......\lex.c
.......\lex.dsp
.......\lex.dsw
.......\lex.ncb
.......\lex.opt
.......\lex.plg
.......\lex.positions
.......\operation.c
.......\operation.h
.......\operation.log
.......\out.txt
.......\output.h
.......\preprocess.h
.......\preprocess.h.bak
.......\preprocess.log
.......\sk.txt
.......\复件 keyword.h.bak
.......\实验报告.doc
.......\实验报告.pdf
.......\测试样例\2in.txt
.......\........\in.txt
.......\Debug
.......\测试样例
lixminC