资源列表
Compiler
- 用c语言写的一个简单编译器,词法分析,语法分析和翻译。-Write a simple c language compiler, lexical analysis, parsing and translation.
lex_yacc_demo
- 不需要做任何修改的lex-yacc的demo,可以在parser generator或lex-bison下成功运行
GUIRIEMA.C
- C code for the two-dimensional Riemann Problem of Gas Dynamics.
GrammerProcess
- 语法分析器,能够实现对输入语句的语法正确与否进行判断-GrammarProcess
lexical_analyzer
- C语言词法分析器 by wpc_LK 这是一个简单的词法分析器,不能避免的存在错误请大家指出予以纠正,谢谢! 示例语句 include<stdio.h> int main{ int a=3,b=4,c if((a+b)==7)c=1 else c=0 return 0 } 输入 exit 退出程序。-C language lexical analyzer by wpc_LK This is a simple lexical
MyLex.tar
- 一个词法分析程序,对给出的程序段进行词法分析,要求输出以文件形式存放的TOKEN串和符号表-A lexical analysis program, the procedures given in sections on lexical analysis, required to file form stored in the output string and the symbol table TOKEN
SOURCE
- convert infix expression to post fix expression and evaluate post fix expression
jicheng
- 这个因为是我们老师让做的阶乘的代码,还算不错,希望给朋友门一点启发
编译原理---算浮优先算法
- 简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎
CompiladorUnal-VS
- Compiler with basic functions in spanish for Visual Studio IDE
032124433vb
- c-minus.rar - 词法分析器源程序,用c语言编写的-c-minus.rar - lexical analyzer source, the use of language c