搜索资源列表
word_analyse_program
- 用C语言编写的简单的词法分析器,能识别出单词序列,输出二元组,标识符表,常量表-Written in C a simple lexical analyzer can identify the sequence of words, the output pair, the identifier table, often scale
C
- C语言词法分析器 实现简单的词法分析,是编译原理的课程设计之一-C language lexical analyzer to achieve a simple lexical analysis is compiled one of the principle of curriculum design
word
- 使用C语言开发的一个简单的词法分析器。矩阵。最后生成token串。-Developed using C language with a simple lexical analyzer. Matrix. Last generated token string.
SLR1
- 该程序为一个手工编码实现的简单SLR语法分析器,其词法分析器调用接口为lex(),语法分析调用接口为SLR1()。-The program is a simple hand-coded implementation SLR parser, the lexical analyzer is called interface lex (), parsing call interface for the SLR1 ().
C
- 词法分析器,简单设计词法分析,用来完成编译的初期工作。-the discribtor og word
134
- 词法分析器,完成简单的词法分析工作,用来做好编译的初期准备工作。-discribtor of word for dwide
wordanalysiis
- 一个简单的词法分析器,能够识别基本的单词符号串-A simple lexical analyzer can identify the basic symbol string of words
BY_work1
- 一个简单的词法分析器~能识别运算符,数字,特殊符号等-A simple lexical analyzer- the identification of operators, numbers, special symbols, etc.
Morphology-analyzer
- 一个简单的词法分析器,里面对预处理命令进行了一些简单的处理,注释部分也进行了处理-A simple lexical analyzer, which command the pretreatment processing some simple processing, the comments section
evlex
- 简单的词法分析器,可以供学习使用。欢迎大家下载使用。-Simple lexical analyzer can be used for learning to use. Welcome everyone to download.
Lexical-Analysis
- 实现了一个简单语言的词法分析器,内含实验报告-A simple language lexical analyzer with an experiment report
Lexer
- C++词法分析器,通过设定关键字,简单得对c++词法进行分析,能分析出标识符,运算符等-The C++ lexical analyzer by setting the keyword, simple a pair c++ lexical analysis, analysis of the identifier, operator
cifa
- 用C语言编写的一个简单的词法分析器 词法分析程序,能识别出所有的关键字、标识符、常数、运算符(包括复合运算符,如++)、界符 能过滤掉源程序中的注释、空格、制表符、换行符 并且能够对一些词法... -A simple C language lexical analyzer lexical analysis program can identify all keywords, identifiers, constants, operators (including composite op
lexical-analyzer
- 简单的词法分析器 生成token串和符号表 内附测试文档-Simple lexical generated by the parser the token strings and symbols table enclosing the test document
词法分析
- 简单的词法分析器的设计的资料,非常有用,有助于新手学习。(Simple lexical analyzer design information, very useful)
bianyi
- 一个简单的c语言编译器,词法分析 语法分析 符号表 中间代码生成(lexical analyzer symbol table ,gramm analysis object code)
编译原理词法分析器
- 2.1 待分析的简单的词法 (1)关键字: begin if then while do end 所有的关键字都是小写。 (2)运算符和界符 : = + - * / < <= <> > >= = ; ( ) # (3)其他单词是标识符(ID)和整型常数(SUM),通过以下正规式定义: ID = letter (letter | digit)* NUM = digit digit* (4)空格有空白、制表符
b15
- 关于词法分析的一份实验报告,设计并实现一个词法分析器,实现对指定位置的类C语言源程序文本文件的读取,并能够对该源程序中的所有单词进行分类,指出其所属类型,实现简单的词法分析操作。(lexical analyzer is designed and implemented to read the text files of the class C source program of the specified location, and classify all the words in the s
词法分析器
- 简单的词法分析器,功能不多但是写的很详细(the scan of a simple compiler)
简单词法分析器
- 用Java编写的用于C语言程序的词法分析的程序(A Lexical Analysis Program for C Language Programs Written in Java)