资源列表
KeyboardTest
- 遥控测试程序 KeyboardTest.rar-remcocn test program KeyboardTest.rar
Delphi_YACC_LEX
- 一个delphi版的LEX&YACC实现-A delphi version of LEX & YACC implementation
yufafenxiqi
- 这是一款简单的用vc6.0编写实现c语言语法分析器-Vc6.0 write realize c language grammar parsers
Lexical_analysis
- 智能的词法分析 ,能任意输入正则表达式,能求出NFA,DFA,minDFA,和最后的匹配情况-Lexical analysis of intelligence, can enter any regular expression can be obtained NFA, DFA, minDFA, and the final match of the situation
bianyiyuanli
- 语言编译过程采用一趟扫描方式,以语法分析程序为核心,词法分析程序和代码生成程序都作为一个独立的过程,当语法分析需要读单词时就调用词法分析程序,而当语法分析正确需生成相应的目标代码时,则调用代码生成程序.此外
bianyifield
- 编译原理课程实验要求做的语法分析,不知道好不好
tcc-0.9.25.tar
- A c compiler source code. Tiny C Compiler feature: SMALL! You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker). FAST! tcc gener
cfront
- c 语言编译器 源代码- c compiler
FlwComplier_use_flexbison
- 使用flex和bison,开发的flwscr ipt流程脚本编译程序。将类似C的语法转换成一种类似汇编语言。-The use of flex and bison, the development of the scr ipt compiler flwscr ipt process. Syntax similar to C will be converted into a similar assembly language.
parser
- 编译器 用C语言对下述文法和单词表定义的语言设计编制一个编译器
Source
- Smart tiny compiler using C
tcc-0.9.23
- Tiny C Compiler - C scr ipting Everywhere - The Smallest ANSI C compiler Installation on a i386 Linux host (for Windows read win32/readme.txt) ./configure make make test make install By default, tcc is installed in /usr/local