搜索资源列表
c-minus
- 词法分析器源程序,用c语言编写的,for c-minus-lexical analyzer source with the c language, for c-minus
c-minus
- 词法和语法分析器,其中词法分析是用c写的,语法分析是用java写的
c- compiler
- 1.简介: ---------------------------------- 本软件是本人为毕业设计所作。所编译的汇编代码数据均为16位,而且用 了较的伪指令,所以需要 MASM 6.1以上版才能通过编译,但是能够较好支持各 类数学、逻辑、递归操作,但是对数组支持仍然不理想。 2.使用说明: ---------------------------------- 本软件可以对 C mi
minus
- c minus 词法分析器
C-Minus.zip
- C-MINUS编译器,一个很不错的编译原理实践成果,C-MINUS compiler, a very good practice to compile the results of the principle
lex
- 编译原理课程设计 词法分析器,功能十分齐全,包含整个工程源代码-scanner for c minus
Tiny-C
- 一个小型C语言编译器- A small C language compiler
compiler2.0
- c语言编写,用于c-minus语言的语法分析.-use for c-minus compile.
tiny
- TINY语言的编译器,可以参照它编写C-MINUS语言编译器-TINY language compiler, it can refer to the preparation of C-MINUS language compiler
yufa
- 一个c++实现的c minus语法分析器-A c++ to achieve the parser c minus
lex.yy
- 用lex生成的c minus词法分析器,功能简单有效-With c minus generated lex lexical analyzer function is simple and effective
cminus
- c minus 编译器 开发设计文档 可以帮住我们很好的掌握C MINUS 开发过程中需要注意的问题-the developing text of c minus
c-
- use flex to make compiler-c- minus compiler
cminuscomplier
- 可以进行c minus的词法分析 其中有供测试的样例 可以输出查看-Can be c minus the lexical analysis of the sample for testing which can output view
lex
- c-词法分析器,实现了词法分析和简单的语法token提取功能-C minus analysis
c--.h.tar
- Lex and Yacc file. Neccessary c minus file.
C-Minus
- 关于编译原理的一个c减编译器,很实用,供大家学习-On the principle of a c compiled by the compiler, it is useful for them to learn from
CMM
- C minus minus 编译器 C minus 编译器-C minus minus compiler C minus minus compiler C minus minus compiler
C-bianyi
- 很不错的东东,简短精悍,,已将上机调试通过,希望大家能喜欢-C Minus Compiler It is a simple but very useful software I hope it helpful
c-minus语言词法分析器的设计
- c-minus语言词法分析器的设计程序源代码加实验报告 实验要求 1、该个词法分析器要求至少能够识别以下几类单词: a.关键字:else if int return void while共6个,所有的关键字都是保留字,并且必须是小写; b.标识符:识别与C语言词法规定相一致的标识符,通过下列正则表达式定义:ID = letter (letter | digit)*; c.常数:NUM = digit digit*(.digit digit* |ε)(e(+ | - |ε) digi