搜索资源列表
JAVA实现的词法分析
- JAVA实现的C语言子集词法分析器,有简单的图形界面的设计
compiler.c
- c语言词法分析器,编译原理试验,分析关键字和变量。-c language lexical analyzer, compiler theory test, analysis of keywords and variables.
Parser
- 一个c语言实现的简单的语法分析器,包括词法分析和语法分析两部分。-Lexical Analysis Parser
syntaxanalyzer
- 用vc编写的一个c语言语法分析器,主要功能:词法分析,语法分析,出错处理。-Written with a c vc language parser, the main function: lexical analysis, syntax analysis, error handling.
cifafenxiqi
- 编译原理中词法分析器,可进行简单的词法分析-Principles of compiler lexer, lexical analysis can be simple
QIN
- 词法分析器程序 可以实现指定的单词的分析 可以实现‘{ 、 } 、 等的分析-词法分析器程序
fenxi
- 词法分析器 能够进行词法分析,并且检查错误,如括号不匹配-It is used for dividing words and can divid into every word.And it can check errors in the text.
a
- 词法分析,编译原理中的词法分析,简单词法分析器,关键词,字符,数字的识别-letter analy
Compliers-Job
- 词法分析器 用语最简单的词法分析实验 要求没有注释-Lexer lexical analysis of the most simple terms the requirement of experiment no comment
Parser
- 编译原理课程设计,简单的词法分析器。用于词法分析。-Compiler theory course design, a simple lexical analyzer. Used for lexical analysis.
src(3)
- 编译原理的词法分析器,简单的进行此法分析课程要求的实验-Compiler theory of lexical analyzer, a simple method for the experimental course requirements
tjutbianyiyuanliCiFafenxi
- 实现标准C语言词法分析器 2.词法分析工作过程中建立符号表、常量表,并以文本文件形式输出; 3.词法分析的最后结果以文本文件形式输出; -Achieve the standard C language lexical analyzer. The lexical analysis of the symbol table in the course of their work, often scale and form of a text file output 3. The outp
BNF
- 用BNF描述一个小的语言,并实现其语法分析器(含词法分析部分)。-BNF descr iption of a small language parser (including lexical analysis).
analyze
- 简单的词法分析器,用于词法分析,用类进行实现-Simple lexical analyzer, for lexical analysis
pl0word
- c语言编写的pl0词法分析器,从文件读入pl0程序,进行语法分析,在文件和屏幕输出分析结果-lexical analyzer c language pl0 read from the file into pl0 program, parsing, analysis results in file and screen output
Workspace
- C语言的词法分析器,可以打开指定文件,分析当中的字符,符号等-C language lexical analyzer, you can open the specified file, analysis of characters, symbols, etc.
lexlinuxsource
- 利用linux下的flex生成一个词法分析器,输入文法的正则表达式,加入相关处理函数。由main()调用yylex()入口函数执行词法分析 -Use under linux flex to generate a lexical analyzer input grammar regex adding handler function. Yylex () is called by the main () entry function to perform lexical analysis
2
- ,词法分析器,可以识别实数,标志符ID,关键字(if elseif while do while for and or),Token串.语义分析,遇到合法的字符输出,遇到不合法的字符提示不合法-Lexical analyzer can identify the real number, the identifier ID, keyword (the if elseif while do while for and or), Token string. Semantic analysis, met
19215123胡玲
- pl0语言的词法分析器 lex 自动构造工具(pl0 lex c c++ yyac bainyiyuanli)
词法分析器
- 使用工具实现C/C++语言词法分析器: 输入:C/C++源代码文件,即后缀为c/cpp的文件。 输出:后缀为tok的文本性文件。 实现功能:使用词法分析的自动生成工具Flex生成C/C++语言的词法分析器(The use of tools to implement the C/C++ language lexical analyzer: Input: C/C++ source code file, that is, a file with a suffix of c/cpp. Outp