搜索资源列表
java
- 使用C++实现的Java语言子集词法、语法、语义分析器-The use of C++ The Java language to achieve a subset of lexical, grammatical, semantic analyzer
cppcifafenxi
- 一个简易的c++词法分析器,可以扫描和打印C++语言的关键字,图形界面操作简单。-A simple c++ lexical analyzer, you can scan and print C++ language keywords, simple graphical interface.
student-servlet
- C语言小型分析器实验报告1) 待分析的简化C语言的词法说明; 2) 单词符号的种别编码方案; 3) 所识别的各类单词符号的正规式或状态转换图; 4) 待分析的简化C语言的语法规则说明; 5) 所采用的语法分析方法的算法思想和主要步骤; 6) 完成语法制导翻译(翻译成后缀式)所用的翻译模式;(部分同学如果完成不了这部分内容就不要写) 7) 程序的主要算法思想和主要函数的算法思想及流程; 8) 对全局数据结构的说明 -according to the IP addr
lexicalanalyzer
- 此程序使用在java环境下开发的,是一个功能简单的C语言词法分析器-The use of this procedure in the java development environment, is a simple C language lexical analyzer
LexicalAnalyse
- 用Java编写的词法分析器,所分析的语言是一种类C语言。-Prepared to use Java lexical analyzer, the analysis of language is a Class C language.
cifa(4.0)
- 用直接分析法编制类C语言子集的词法分析程序。在本词法分析程序模块中,主要分析自定义的类C语言的词法。自定义的语言主要包括数组定义、函数定义、结构体定义的语句,运算符号主要为特殊符号表里所定义的各类运算符。 设计要求简要讲解词法分析器的构造技术,设计此法分析器。词法分析程序的主要功能是读入源程序,输出单词符号。并提供出错处理。 -Prepared by direct analysis of a subset of C-language lexical analysis program.
C-Analysis
- java写的c-语言词法分析器,注释部分不够准确-C-languageAnalysis
Cifafenxi
- 词法分析器,编译原理课程设计,有关c语言-Lexical analyzer, compiling principle course design
JavaLex
- 在VS2008平台下使用C语言编写的JAVA语言词法分析器,使用DFA设计,使用两对半缓冲区读取单词,能报告词法错误和出错位置,并将词法分析结果属性字流写入txt文件。-Platform in VS2008 using C language lexical analyzer written in JAVA language, using the DFA design, using two pairs of semi-buffer to read the word, lexical errors
words
- Java语言开发的此法分析器,能对简单的C语言词法分析,图形界面-The method developed Java language parser
The-C-language-lexical-analyzer
- 此代码是用eclipse作为开发环境的c语言词法分析器,编译器开发的第一步。-This code is c language lexical analyzer using eclipse as a development environment, the first step in the development of the compiler.
cifafenxi
- 简单的C语言的词法分析器,包含文档说明,一个完整的活动空间,直接引进就可以运行,要自己定义一个输入的文件。-This method analyzer simple C language, contains documentation for instructions
hehe
- java词法分析器!!编译原理中用于对c语言的词法分析-java lexical analyzer! ! C language compiler theory for lexical analysis
BianYiYuanLI
- 编译原理 词法分析器 哈工大 LR1 java写的C语言的词法分析器
C-language-lexical-analyzer
- JAVA编写的《编译原理》C语言词法分析器-JAVA prepared by the " compiler theory" C language lexical analyzer
CifaAnalyse
- 编译原理课程相关——词法分析器的实现 能够对给出的C语言程序进行分词处理-Compiler Principle- lexical analyzer