当前位置:
首页 资源下载
搜索资源 - simple syntax analyzer
搜索资源列表
-
0下载:
一个比较简单的句法分析器的C++源代码,支持基本文法-a relatively simple syntax analyzer C source code, support for basic grammar
-
-
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下载:
学习简单的Yacc说明的原理,掌握Yacc源文件的写法以及语法分析器生成工具BISON的使用方法和Yacc源文件的运行方法和基本步骤。
-Yacc study shows a simple principle, Yacc master source file written syntax analyzer and generate UML tools and the use of the source language Yacc pieces of the operation and bas
-
-
0下载:
syntax check 语法分析器 简单-syntax check simple syntax analyzer
-
-
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下载:
对c语言的简单语法分析器 文件说明: input.txt内为输入的源程序,包括for,while和if else控制等 output.txt内为输出的二元单词序列 k.txt为关键字表 l.txt为运算符和界符表 i.txt为该输入的源程序的标志符 c.txt为常数表 个别表需要序列号,这时各表的序列号默认为从1开始,每行加1。 使用说明: 在提示符下输入input.txt文件的路径和文件名字, 运行完成后,打开文件output.txt看结果。 -right language syntax a
-
-
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下载:
否符合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下载:
c++编写的词法分析器,能够对简单的语法错误进行检测和报错!-written in c++ lexical analyzer can be a simple syntax error detection and error!
-
-
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下载:
是个简单的词法分析器,可以检测多项语法,是编译器的前端-Is a simple lexical analyzer can detect a number of syntax, the compiler front-end
-
-
0下载:
词法分析器。可以去掉// /**/注释,并分析简单的语法。-Lexical analyzer. Can be removed// /**/comment and analyze simple syntax.
-
-
0下载:
这是一个简单的词法分析器。
能对具有简单语法的编程语言进行词法分析。-This is a simple lexical analyzer.
Able to have a simple programming language syntax for lexical analysis.
-
-
0下载:
自定义词法语法规则,用java语言写的一个简单地词法语法分析器。-Custom lexical grammar rules, using java language to write a simple syntax analyzer.
-
-
1下载:
根据编译原理课程,用C/C++编译出来的简易语法分析器。(According to the compiler principles course, compiled by C/C++ simple syntax analyzer.)
-