搜索资源列表
scosrc
- sco unix 前台界面开发程序,采用UNIX中的词法分析器和语法分析器,可以快速产生前台界面,无需数据库支持。-sco prospects interface development process, using the UNIX lexical analyzer and parser can quickly generate prospects interface, without database support.
zwj
- lr(0)分析器编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。 程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 - Translation principle LR (0) grammar analyzer input legitimate LR (0) the grammar, will output LR (0) the analytical table, and will be allowed to
LL1
- 消除左递归的文法来使文法满足进行确定自顶向下分析的条件 一个LL(1)分析法的语法分析器-Elimination of left-recursive grammar to make grammar meet to determine the top-down analysis of the conditions for an LL (1) Analysis Parser
bison-1.26a.tar
- Bison语法分析器,效果很不错,欢迎下载-Bison parser, the effect is pretty good, welcome to download haha
GNew
- 编译原理——语法分析器。实现读入语句并判断该语句的语法含义,生成相应的类汇编代码-Compiler Construction Principles- parser. Read into the statement to achieve and determine the meaning of the statement syntax to generate the corresponding assembly code class
cifafenxiqi
- 编译原理实验,语法分析器,用VC++做的,已通过调试,可以借鉴,参考-Compiler Construction Principles experiment, parser, using VC++ to do, has passed the debugging, you can learn from, reference
HW2
- 编译原理——词法分析器,语法分析器,用C实现-Compiler theory- lexical analyzer, parser, with the C implementation
calc2
- 是个简单的词法分析器,可以检测多项语法,是编译器的前端-Is a simple lexical analyzer can detect a number of syntax, the compiler front-end
Compile_Lab3
- LL(1)语法分析设计原理与实现技术。语法分析的设计方法和实现原理;LL(1 )分析表的构造;LL(1)分析过程;LL(1)分析器的构造-LL (1) parsing design principles and implementation techniques. Syntax analysis methods and principles of design LL (1) parsing table structure LL (1) analysis process LL (1) par
asm-lexer-and-paser
- 汇编语法语义分析器 lexer and paser-asm lexer and paser with lex
syntactic-analyzer
- 编译原理实验报告 实验二:语法分析器 设计、编制、调试一个词法分析子程序-识别单词,加深对词法分析的理解掌握以及高级语言语法结构的定义,掌握语法分析的常用方法-Compile report principle experiment Experiment two: parser design, compilation, debugging a lexical analysis routines- to recognize words, to deepen the understandin
Compiler
- 算符优先文法分析器,支持简单的词法和语法分析,GUI可视化界面,代码简单明了-Operator precedence grammar analyzer, support simple lexical and syntax analysis, GUI visual interface, the code is simple and clear
wenerare
- 一个语法分析器的程序,可以生成语法树,值得看啊!很好用的(A parser program, can generate a syntax tree, worth watching!)
yang_lab2
- 通过flex和C语言程序的配合可以完成语法分析器(The syntactic parser can be accomplished through the combination of flex and C language programs)