-
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) a...
A very simple BASIC interpreter. Quite compatible with Microsoft MBASIC (CP/M) and GWBASIC (MS-DOS).
- 2022-01-26 06:17:10下载
- 积分:1
-
武汉理工大学编译原理课程实验源代码之词法分析器
武汉理工大学编译原理课程实验源代码之词法分析器-Wuhan Polytechnic University Experimental compiler theory"s source code lexical analyzer
- 2023-05-17 23:00:03下载
- 积分:1
-
这是写英语巴瑟升C。NET。我希望这将是advatagea…
this a english paser that is writed in c sharp .net. i hope it will be advatageaus.-this is a english paser that is writed in c sharp .net. i hope it will be advatageaus.
- 2022-10-27 21:20:03下载
- 积分:1
-
编译器可以在词法分析的表达来实现的,语法分析…
该编译器对表达式可实现词法分析,语法分析,语义分析-The compiler can be realized on the expression of lexical analysis, syntax analysis, semantic analysis
- 2023-04-15 00:45:04下载
- 积分:1
-
对C++进行词法和语法分析。
要求:
词法分析部分写出相应的正规集、正规式、NFA、DFA
写出语法分析所采用的方法和完成的语法分析功能...
对C++进行词法和语法分析。
要求:
词法分析部分写出相应的正规集、正规式、NFA、DFA
写出语法分析所采用的方法和完成的语法分析功能
编写出响应的编译程序
写出完整的课程设计报告
-right for C morphology and syntax analysis. Requirements : lexical analysis to write a corresponding set of formal, formal style, NFA, DFA write syntax analysis, the method used to complete the grammar and analysis capabilities to prepare to respond to the compiler to write a complete curriculum design report
- 2023-02-14 19:20:04下载
- 积分:1
-
编译原理的一个小实例 YACC(Yet Another Compiler
编译原理的一个小实例 YACC(Yet Another Compiler-Compiler)是LALR(1)分析器的自动生成工具,它的第一版于70年代初发表,是美国贝尔实验室的软件产品(作者为S.C.Johnson) YACC将一前后文无关文法转换为一LALR(1)分析表,并提供使用该分析表进行语法分析的总控程序yyparse().-compiler principles of a small example of YACC (Yet Another Compiler- Compiler) is LALR (1) the automatic generation analyzer tool, its first edition in the early 1970s, was published in the United States Bell Labs software products (the author S. C. Johnson) will be a before and after YACC grammar unrelated to the text converted to a LALR (1) Analysis Table, and provide analysis of the use of the table for syntax analysis of the total control procedures yyparse ().
- 2022-05-19 22:49:02下载
- 积分:1
-
用C++语言在VC6.0环境下编写的小型c语言编译器,功能已经验证。...
用C++语言在VC6.0环境下编写的小型c语言编译器,功能已经验证。-Using C++ language environment in the preparation of VC6.0 small c language compiler, the functions of authentication.
- 2022-10-12 12:45:03下载
- 积分:1
-
ogtalk is a logic of object
ogtalk是一种面向对象的逻辑编程语言,可以使用最Prolog的实现作为一个后端编译器。 -ogtalk is a logic of object-oriented programming language, you can use most Prolog realization as a back-end compiler.
- 2022-04-09 15:39:39下载
- 积分:1
-
一个小型的编译程序,用于学习实验。
文件中包含有 词法分析 语法分析 编译程序等...
一个小型的编译程序,用于学习实验。
文件中包含有 词法分析 语法分析 编译程序等
-Compile a small program for learning experiment. File contains lexical analysis parser compiler, etc.
- 2022-08-07 07:38:58下载
- 积分:1
-
Script C被设计成一种解释执行的、C语言风格的脚本语言。它用来完成bat批处理无法完成,而用C语言写程序又太复杂了的这类工作。它没有java的高安全性但能...
Script C被设计成一种解释执行的、C语言风格的脚本语言。它用来完成bat批处理无法完成,而用C语言写程序又太复杂了的这类工作。它没有java的高安全性但能够直接使用系统的许多资源,可以使用API,在功能上要比java强大。目前只计划支持Windows系统,包括95/98/SE/ME/2000/NT/-Script C was designed as an interpretation of the implementation of the C language style scripting language. It used to complete the bat batch could not be completed, and C language was too complex procedure of this kind of work. It is no java high security but can be used directly in many system resources, you can use the API, functionally powerful than java. Currently only plans to support the Windows system, including 95/98/SE/ME/2000/NT /
- 2022-09-23 04:15:02下载
- 积分:1