搜索资源列表
My0search
- 错误查找帮助工具,词法、语法分析器,毕业设计模块,。看到现在好多做VC的新手,因为需要查找一个功能,把别人的代码复制过来,但是左比较右比较就是找不到错误,这个程序帮助大家这个烦恼,只要你有想法,什么自己也能够实现的。-tool to help identify errors, morphology, syntax analyzer, a graduate design module. See that the VC so many newcomers because of the need to
cifayufafenxi_C
- 利用C++编写词法和语法分析器,DFA实现语法分析-Prepared using C++ lexical analyzer and syntax, DFA grammar analysis to achieve
pascalcompile
- 基于pascal语言的词法分析器,语法分析器 vc编写-Pascal language-based lexical analyzer, parser prepared vc
ForTrans
- 编译课程设计的基本任务是设计一个mini-pascal语言的编译器,将mini-pascal 语言的源程序翻译成等价的中间代码。要求输入mini-pascal语言写的源程序(以文件形式存储),首先经过词法分析,输出原程序分析后的二元式文件,供语法制导翻译用。经过语法制导翻译将词法分析器产生的二元式翻译成等价的四元式形式,也就是中间代码的生成。要求能进行正常的关键字如:begin,end, if ,else 等的识别-Compile the basic task of curriculum des