搜索资源列表
cppcifafenxi
- 一个简易的c++词法分析器,可以扫描和打印C++语言的关键字,图形界面操作简单。-A simple c++ lexical analyzer, you can scan and print C++ language keywords, simple graphical interface.
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.
Main
- Java做的词法分析器,能够识别C的多种词法-Java
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
AnalyseFrame
- 词法分析器。 词法分析程序,分析C源代码,找出其中的单词,并确定单词的类型-Lexical analyzer. /*** Sample application analysing C code to accidence file* lexical analysis procedures, analysis of the C source code, find the word, and to determine the type of word* Keyword KEY* identifi
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
chartparsing
- 英文的句法分析器,重复下面的操作直到agenda为空并且输入中没有下一个词 若agenda为空,则把句子中下一个词的各种词法符号(词性)加入进来, 从agenda中取一个元素(设为C,位置为:p1-p2) 对下面形式的每个规则: X->CX1...Xn,在activearcs中增加一条活动边:X->C o X1...Xn,位置为:p1-p2; X->C,把X加入agenda,位置为:p1-p2 边扩展 将C加入到chart的位置p1-p2 对每