搜索资源列表
-
0下载:
编译原理LR(0)文法分析器
录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。
程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。
-compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax
-
-
0下载:
一个简单的PL/0语言的开发环境和语法分析器,别人竟然把我的上传上去了,我才是作者啊-a simple PL / 0 language development environment and syntax analyzer, someone else will take my upload up, and I was the author ah
-
-
0下载:
输入一个DO-WHILE的语句,进行词法分析,词法分析器利用超前搜索,状态转换等方法,将源程序转化成为一个一个的单词符号二元式,如果词法分析无误,则进入语法分析部分,使用简单优先法进行文法分析,为每个终极符与非终极符之间定义优先关系,利用优先关系进行移进-规约,如果能规约到文法的开始符,则文法分析成功,输出四元式.-importation of a DO-WHILE statements, lexical analysis, lexical analyzer using advanced sea
-
-
0下载:
一个简单得语法分析器,经过编译可以正确运行,-in a simple syntax analyzer, after compiler can correct operation,
-
-
0下载:
这是个简单的语法分析器程序,输入一个表达式,会给出一个分析过程.-This is a simple procedure syntax analyzer, the importation of an expression, is an analytical process.
-
-
0下载:
编译原理LR(0)文法分析器 录入合法的LR(0)文法,将输出LR(0)分析表,并可以对输入的句子进行语法分析输出相应语法树。程序中部分算法还很不简洁,有待改进,欢迎朋友与我多多交流。 -compiler theory LR (0) grammar analyzer input legitimate LR (0) grammar, will output LR (0) analysis table, and may import for the sentence syntax analysis
-
-
1下载:
目的:通过编写简单的YACC程序熟悉YACC词法分析工具的基本用法,及词法分析器的设计思路。编写包括赋值语句、if语句以及含有加合乘运算的表达式等语法结构的pascal子集语言的语法分析器。 功能:程序由两个模块LEX和YACC构成,YACC使用LEX分析后的正规单词输出流-Objective : to prepare a simple procedure with YACC YACC lexical analysis of the basic tools to use, and the lex
-
-
0下载:
简单的词法分析小例子- Simple lexical analysis small example
-
-
0下载:
C语言编写的简单计算程序的语法分析器,可以识别一定的计算功能-C language prepared by the simple calculation procedure syntax analyzer can identify certain computing capabilities
-
-
0下载:
超好用的语法语义分析器,希望对诸位有用,简单实用!-The syntax of the semantic analyzer超好用hope you useful, simple and practical!
-
-
0下载:
否符合while语句的文法,或者能不能通过文法的开始符号推导出该语句。
(2) 该程序应该包括词法分析器,能对输入的语句进行词法分析,然后再对输出结果。词法分析器应能识别关键字,标示符,常量,操作符等。
(3) 该程序的语法分析器能对输入的语法进行分析,判断输入语句能否满足while循环语句的文法。通过简单优先的方法对语句进行分析,看能否能归约到文法的开始符号。
(4) 该程序的语义分析器就是对分析结果进行输出,要求输出结果是三地址形式的。-Compliance with the s
-
-
0下载:
一个简单的词法和语法分析器,很适合新手学习,也可以拿来做实验报告.-A simple lexical and syntax analyzer, it is suitable for novice learning can also be used as a lab report.
-
-
0下载:
一个用C语言实现的简单的语义分析器。可作为编译原理课的参考。-A simple to use C language semantic analyzer.Can use it as a reference in Compiler theory class.
-
-
0下载:
Syntax Analyzer: this tool with nice GUI can analyze the simple C++ code for syntax errors!
It will also tell you the line of syntax error! You could type the code or open a text file with code, and it is also possible to save a file with code.
-
-
0下载:
词法分析器。可以去掉// /**/注释,并分析简单的语法。-Lexical analyzer. Can be removed// /**/comment and analyze simple syntax.
-
-
0下载:
基于c#的语法和词法分析器,有简单的界面-Based on c# syntax and lexical analyzer, there is a simple interface
-
-
1下载:
根据编译原理课程,用C/C++编译出来的简易语法分析器。(According to the compiler principles course, compiled by C/C++ simple syntax analyzer.)
-