-
你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子...
你可以任意输入合法文法,给定任意的句子,将会分析出这个句子是不是文法的的句子-You can enter any legal grammar, given any sentence, it will analyze the sentence is not grammatical sentences! !
- 2023-05-01 11:50:02下载
- 积分:1
-
词法分析,pascal语言
词法分析,pascal语言-lexical analysis, language pascal
- 2022-06-12 19:55:07下载
- 积分:1
-
(1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言;
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C...
(1) 给定一段符合Pascal子集语法的语言,能成功转换成C语言;
(2) 一个简单的说明文档;
(3) 2007.7.14之前上传到ftp:// C07:C07@10.11.3.71/upload,用学号建立自己的目录;
(4) (可额外加分5分)若有出错处理功能,请在说明文档中写明可以处理哪几项错误。
注意事项:
(1) 两人一组
(2) 可以使用词法、语法自动生成工具,windows下有Flex,Bison,Linux下有Lex,Yacc,Java的有Jlex,JavaCC,ANTLR等
(3) 不用考虑Pascal和C的关键词不同问题,即Pascal子集语言中假设不出现int,for等作为变量标志符
(4) read()和write()可用由scanf(),printf()等组成的语句转换。
(5) 如果有疑问可以发信给我 xpqiu@fudan.edu.cn.
- 2022-03-23 02:20:36下载
- 积分:1
-
一个slr(1)的 语法分析器
可以自行输入文法
一个slr(1)的 语法分析器
可以自行输入文法-1 slr (1) parser can enter your own grammar
- 2022-06-28 23:14:36下载
- 积分:1
-
语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。...
语义分析器,将语义分析程序编制成子程序,在语法分析器分析出各语法单位后,分析其含义,并将可执行语句或表达式翻译为四元式输出,并将错误信息输出。-Semantic analyzer, semantic analysis program compiled subroutines, in the parser analyzes the syntax of the unit, analyze its meaning, and translated into an executable statement or expression quaternary-output, and error information output.
- 2022-01-25 18:46:19下载
- 积分:1
-
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各...
现将本人搜集常用的程序设计语言的词法和形式文法提供给大家。其中,词法是按LEX格式编辑,形式文法是按YACC格式书写,大家可直接用LEX和YACC工具编译生成各类程序设计语言的分析器。-commonly used programming language syntax and grammar forms to the public. Among them, morphology is based on LEX format editing, grammar form is written by YACC format, we can use the LEX and YACC tools various compiler generation programming language analyzer.
- 2023-02-14 16:15:03下载
- 积分:1
-
教你怎样使用VI编辑器,没有解压密码,很不错
教你怎样使用VI编辑器,没有解压密码,很不错-teach you how to use the VI editor, not extracting passwords, very good
- 2022-02-13 08:05:32下载
- 积分:1
-
这是编译原理里面用来判断输入的东西是是否是符合数学运算公式...
这是编译原理里面用来判断输入的东西是是否是符合数学运算公式-This is the compiler used to determine the principle of which is whether the importation of things are in line with the mathematical formula
- 2022-02-02 05:22:38下载
- 积分:1
-
原理实验1源文件,编译输入输出,2个词法…
编译原理实验一源文件的输入输出、
二词法分析-Principle Experiment 1 source file to compile the input and output, two lexical analysis
- 2022-06-03 12:40:32下载
- 积分:1
-
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。
C语言实现的SIMPLE语言词法分析器,并用JAVA实现界面。-the C language SIMPLE language lexical analyzer and used JAVA interface.
- 2022-07-21 03:17:49下载
- 积分:1