Welcome![Sign In][Sign Up]
Location:
Search - c - minus

Search list

[ELanguagec-minus

Description: 词法分析器源程序,用c语言编写的,for c-minus-lexical analyzer source with the c language, for c-minus
Platform: | Size: 5121 | Author: | Hits:

[ELanguagec-minus

Description: 词法和语法分析器,其中词法分析是用c写的,语法分析是用java写的
Platform: | Size: 863649 | Author: AFei | Hits:

[Windows Developc- compiler

Description:

1.简介:
----------------------------------
    本软件是本人为毕业设计所作。所编译的汇编代码数据均为16位,而且用
了较的伪指令,所以需要 MASM 6.1以上版才能通过编译,但是能够较好支持各
类数学、逻辑、递归操作,但是对数组支持仍然不理想。

 


2.使用说明:
----------------------------------
    本软件可以对 C minus 程序进行词法分析、语法分析、语义分析以及汇编
代码生成,带有较友好的IDE界面,使您能够很轻松的完成对源程序的各种编辑
操作,而且很直观的看到程序的错误等等。其中语义分析和语法错误作的不是很
好,一个简单的错误,比如少括号,分号,可能会引发一系列莫名其妙的错误,
这个是错误关联,只要修正第一个词法或语法错误即可,很多编译器都有这个弊
端,这个也不例外了!!

    其中使用第三方插件 SynEdit, 可以支持 C/C++程序源代码的编辑,带有
高亮语法显示,很容易让你纠正一些基本错误!颜色搭配是我自己修改的,仿照
开源的 DEV-CPP,并且程序界面也参考了一些。


3.版本历史:
----------------------------------
    2006.03.16   重新构架,放弃核心编译部分的DLL, 采用C++重新编写,
    实现词法分析功能。标识符名称增加下划线 '_',
   并且支持C++风格注释 '//'。
   并且对 C minus 语法进行扩充。

    2006.04.05    顺利完成语法分析。
   
    2006.04.20   完成语义分析,符号表生成。

    2006.04.28  初等汇编代码框架实现;

    2006.05.15   实现完整汇编代码,完成所有测试以及帮助文档。开发结束!


Platform: | Size: 4193196 | Author: ab19861218 | Hits:

[SourceCodeminus

Description: c minus 词法分析器
Platform: | Size: 466329 | Author: lemontv | Hits:

[ELanguageTiny-C

Description: 一个小型C语言编译器- A small C language compiler
Platform: | Size: 56320 | Author: | Hits:

[ELanguageC_Minus

Description: 一个使用lex/yacc的小型C编译器- Uses lex/yacc the small C compiler
Platform: | Size: 115712 | Author: | Hits:

[ELanguageflex++bison++.src

Description: C++版 词法分析、语法分析器-C version of lexical analysis, grammar analyzer
Platform: | Size: 1152000 | Author: 白天 | Hits:

[AlgorithmMatrixCalc

Description: 矩阵计数器,用VC++实现了矩阵的一般运算(加减乘),以及求逆求行列式值,和转置等运算-matrix counter, with VC++ implementation of the matrix of the general computing (plus or minus x), and inverse seeking determinant value, and home to such operations
Platform: | Size: 2064384 | Author: 白潘恩 | Hits:

[ELanguageC_minus语言说明

Description: C_minus语言的BNF语法定义 程序由声明的列表(或序列)组成,声明可以是函数或变量声明,顺序是任意的。至少必须有一个声明。接下来是语义限制(这些在C中不会出现)。所有的变量和函数在使用前必须声明(这避免了向后backpatching引用)。程序中最后的声明必须是一个函数声明,名字为main。注意,C-缺乏原型,因此声明和定义之间没有区别(像C一样)。-C_minus BNF language syntax definition of procedures from the list of statement (or sequence), with a statement can be variable or function statement, the order is arbitrary. There must be at least one statement. Next is the semantic constraints (these will not arise C). All the variables and functions to be used in the statement (which avoids the use Backpatching backwards). Procedures must be the last statement is a function declaration, the name of the main. Attention C- lack of a prototype, and the definition of a statement is no difference between (the same as C).
Platform: | Size: 6144 | Author: 林丰 | Hits:

[Othercminus_0.3

Description: 一个c语言的编译器的源代码,很有参考价值-a language compiler source code of great reference value
Platform: | Size: 214016 | Author: 秘书 | Hits:

[Button control经过特殊处理的按钮

Description: Win32+c编写的按钮控件,更加美观,立体。 值得应用的控件-c Win32 prepared button controls, more beautiful, three-dimensional. The Application Control worthy
Platform: | Size: 2708480 | Author: | Hits:

[ELanguagec-minus

Description: 词法分析器源程序,用c语言编写的,for c-minus-lexical analyzer source with the c language, for c-minus
Platform: | Size: 5120 | Author: | Hits:

[ELanguagec-minus

Description: 词法和语法分析器,其中词法分析是用c写的,语法分析是用java写的-Lexical and syntax analyzer, including lexical analysis is c written grammar analysis is written in java
Platform: | Size: 1081344 | Author: AFei | Hits:

[ELanguageC-Minus

Description: C-MINUS编译器,一个很不错的编译原理实践成果-C-MINUS compiler, a very good practice to compile the results of the principle
Platform: | Size: 4193280 | Author: 周蜚语 | Hits:

[ELanguagec-

Description: use flex to make compiler-c- minus compiler
Platform: | Size: 2048 | Author: magerd | Hits:

[Linux-Unixc--.h.tar

Description: Lex and Yacc file. Neccessary c minus file.
Platform: | Size: 1024 | Author: robmind | Hits:

[OtherC-Minus

Description: 关于编译原理的一个c减编译器,很实用,供大家学习-On the principle of a c compiled by the compiler, it is useful for them to learn from
Platform: | Size: 2183168 | Author: wu | Hits:

[ELanguageC-Minus

Description: Visual C++开发的大学教材C-Minus编译器-Visual C++ development of the university teaching C-Minus compiler
Platform: | Size: 825344 | Author: Ilikewhite | Hits:

[ELanguageC-bianyi

Description: 很不错的东东,简短精悍,,已将上机调试通过,希望大家能喜欢-C Minus Compiler It is a simple but very useful software I hope it helpful
Platform: | Size: 13137920 | Author: 陈伟 | Hits:

[Windows DevelopmyCompiler

Description: C-Minus (或简称为C-),是一种适合编译器设计方案的语言,包括函数和数组。本质上它是C的一个子集,但省去了一些重要的部分。本部分内容包括,首先,列出了语言惯用的词法,包括语言标记的描述。其次,给出了每个语言构造的BNF描述,同时还有相关语义的描述。最后,给出了C-的示例程序,可以用这两个程序做为输入,检查自己的编译系统的有效性。(C-Minus (or C-), which is suitable for the compiler design language, including function and array. It is essentially a subset of C, but it saves some important parts. This part includes, first, a list of language idiomatic phrases, including the description of language markers. Secondly, the BNF description of each language structure is given, and the description of the related semantics is also described. Finally, given C examples of procedures, can use these two programs as input, check the validity of their compilation system.)
Platform: | Size: 5116928 | Author: Sophyvv | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net