-
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组...
大学期间写的一个简单的词法分析器,通过输入符合自定义语法规则的程序,得到分析的二元组-University wrote a simple lexical analyzer through importation from the definition of the rules of grammar procedures, the analysis of binary Group
- 2022-01-26 08:14:13下载
- 积分:1
-
lexyacc application environment and compiler system
lex&yacc应用环境和编译系统-lexyacc application environment and compiler system
- 2022-03-11 21:13:08下载
- 积分:1
-
另一版本的词法分析器
另一版本的词法分析器- Another edition morphology analyzer
- 2022-02-25 07:18:58下载
- 积分:1
-
CppUnit源码和源码解析指导,里面用到很多设计模式,很好的代码...
CppUnit源码和源码解析指导,里面用到很多设计模式,很好的代码-CppUnit source and source analytic guidance, which used a lot of the design mode, very good code
- 2022-04-16 17:09:32下载
- 积分:1
-
本程序实现了简单的编译器功能,是用PL0语言编写的,思路明确...
本程序实现了简单的编译器功能,是用PL0语言编写的,思路明确-This procedure achieved a simple compiler function is PL0 languages, ideas clearly
- 2022-06-02 01:55:43下载
- 积分:1
-
编译原理词法分析器
编译原理词法分析器- Translation principle morphology analyzer
- 2022-05-09 13:45:23下载
- 积分:1
-
JAVA在编译原理上的应用。
JAVA在编译原理上的应用。-JAVA in translation principle application.
- 2022-11-30 11:45:04下载
- 积分:1
-
brief introduction, the entire project is divided into five documents : Main.c
简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏Parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来。:)-brief introduction, the entire project is divided into five documents : Main.c----- procedure entry point, it is actually very simple, it is called two functions. Global.h----- definition of global variables and Wang Parse.h----- parser the main algorithm Prece.h----- definition and realization of a number of priority the operation Stack.h----- the definition and implementation of a stack and operation of the compiler used whenever WITH TC 2.0 or WinTC open Main.c documents compiled enough. If found please Bug out here or affixed to amend the code of Columbia here :) Overall, the project is just a simple example, like to tell you how to put classroom knowledge
- 2022-09-22 15:55:02下载
- 积分:1
-
为EBNF符号对象的完整支持;
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
- 2022-01-24 16:51:06下载
- 积分:1
-
语法分析 希望可以帮助同学在语法分析上有所帮助
语法分析 希望可以帮助同学在语法分析上有所帮助- The grammar analysis hope may help the schoolmate to have the
help in the grammar analysis
- 2023-09-07 05:50:05下载
- 积分:1