资源列表
byacc.tar
- yacc编译器,在linux 下通用,
scrip_inter
- 一个脚本语言的解释器,内附源码和详细说明
单云飞_词法分析
- 分析关键字,运算符,常数并用动态链表保存结果-keyword analysis, Operators, constant and dynamic results preservation Chain
CMM.rar
- 这个语法分析器用到的是自顶向下的递归调用的方法,根据Cminus语言的文法规则 的BNF范式编写递归调用的代码,parse方法是程序的入口,它调用的stmt_sequence完成整个语法分析工作,stmt_sequence背后是12个互相调用的方法,它本身也在语法分析的过程中被调用到。 每个方法在最后会返回一个构造好的节点DefaultMutableTreeNode节点t给调用它的方法,然后调用它的方法用这个返回的节点继续构造,最后语法分析完成后会返回一棵完全构造好了的树节点,然后将这个树节点
array
- 可以实现数组转换功能,很有效的小程序,望采纳-it s very useful to transform the array and I m glad you can use it
lex-yacc
- 用c++语言和lex-yacc工具实现的文法工具,基本功能相当于一个c语言文法,在平台性编程和可配置编程中作用很大,增加程序的灵活性。-Using c++ language and tools in the lex-yacc grammar tools, basic function is equivalent to a c language grammar, the platform of programming and programming can be configured to pla
Ccifafenxi
- c语言词法分析程序的实现,实现了简单的词法分析-c language lexical analysis procedures to achieve
sn
- 自己写的一个头文件调用到main函数中 实现两数的相加 -Writing a header file itself is called into the main function is to achieve the sum of two numbers
BASIC
- 自己写的Bacis解释机。 可以正常运行!
XMEGA_Clock_System
- Atmel官方clock system应用参考代码,使用GCC编译器-Atmel application of the official clock system reference code, the use GCC compiler
Dev-CPP
- AT&T发布的第一个Dev-C++编译系统实际上是一个预编译器(前端编译器),真正的Dev-C++程序是在1988年诞生的。-AT&T released the first Dev-C++ compiler system is actually a precompiler ( front-end compiler ), real Dev-C++ program was born in 1988.
Lexer
- 用visual c++实现的编译原理 词法分析器,能对C语言源码 机型词法分析-With visual c++ implementation of compiler theory Lexical analyzer, capable of C language source Lexical analysis model