Welcome![Sign In][Sign Up]
Location:
Search - lex source code for c language

Search list

[ELanguage词法分析Lex

Description: 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the syntax errors of the program and provide the line number of error line and note 3)preprocessed program file of the lexical analyzer source code of the analyzer(Lex.c), test file(test.c),status transformation chart,excutable program. Output: Error-recording file, symbol table file and identifier file.
Platform: | Size: 192513 | Author: 张永胜 | Hits:

[Shell apiSHROUD_C

Description: C语言源码加密工具 This version is distributed as executables only for MSDOS computers. The source code for shroud will be released later. We wish to ensure that the version of LEX we use is compatible with LEX on other systems. This source code will not be shrouded.-C language source encryption tool This version is distributed as executables only for MSDOS computers. The source code for shroud will be released later. We wish to ensure that the version of LEX we use is compatible with LEX on other systems. This source code will not be shrouded.
Platform: | Size: 18565 | Author: 罗春华 | Hits:

[ELanguage词法分析Lex

Description: 名称:C语言词法分析器 功能:1)从C语言源代码文件中提取所有词素 2)检测程序的词法错误,给出错误行号及提示 3)语法分析器的预备程序 文件:分析器代码(Lex.c)、测试文件(test.c)、状态转换图、可执行程序 输出:错误记录文件、符号表文件、标识符文件-Name lexical analyzer for C language function: 1)Extract all lexems from C Language source code 2)Examine the syntax errors of the program and provide the line number of error line and note 3)preprocessed program file of the lexical analyzer source code of the analyzer(Lex.c), test file(test.c),status transformation chart,excutable program. Output: Error-recording file, symbol table file and identifier file.
Platform: | Size: 192512 | Author: 张永胜 | Hits:

[Shell apiSHROUD_C

Description: C语言源码加密工具 This version is distributed as executables only for MSDOS computers. The source code for shroud will be released later. We wish to ensure that the version of LEX we use is compatible with LEX on other systems. This source code will not be shrouded.-C language source encryption tool This version is distributed as executables only for MSDOS computers. The source code for shroud will be released later. We wish to ensure that the version of LEX we use is compatible with LEX on other systems. This source code will not be shrouded.
Platform: | Size: 18432 | Author: 罗春华 | Hits:

[ELanguage20051121

Description: 利用 lex 和yacc自动生成C语言子集的词法分析和语法分析程序的源程序-using lex and generates automatic generation of C language subset of lexical analysis and parsing the source code of procedure
Platform: | Size: 32768 | Author: 王小波 | Hits:

[ELanguageSimple_Language_Lexer

Description: 这是一个使用了LEX所编写的Simple语言的词法分析器。Simple语言的定义说明请看附件。这个LEX的源代码可以通过Parser Generator 2来转化成为h文件跟cpp文件。由于编译这两个文件需要使用到Parser Generator 2的C++库,所以就只上传了LEX的源代码,谁感兴趣的可以自己通过Parser Generator 2来转化。至于UNIX下面的LEX工具如果想要转化的话需要修改其主程序,另外需要将LEX源代码之中有关C++语言的表达形式修改成为相应的C语言的表现形式才行之。总体这样子。-This is one written by using the LEX lexical analyzer Simple language. Simple definition of the language description see annex. The LEX source code can be transformed into Parser Generator 2 to h file with the cpp file. As the compilation of these two files need to use the Parser Generator 2 in C++ library, so we just uploaded the source code for LEX, who may be of interest to themselves through Parser Generator 2 to transform. As for the UNIX tools LEX below if you want converted, then need to modify its main program, another will need to LEX source code into the C++ language, forms of expression changes as the corresponding C-language expressions of Caixing. Overall like this.
Platform: | Size: 182272 | Author: 林宇浩 | Hits:

[Otherlex

Description: 设计并实现 C 语言的词法分析程序,要求如下。 (1) 可以识别出用C语言编写的源程序中的每个单词符号,并以记号的形式输出每个单词符号。 (2) 可以识别并读取源程序中的注释。 (3) 可以统计源程序中的语句行数、单词个数和字符个数,其中标点和空格不计算为单词,并输出统计结果。 (4) 检查源程序中存在的非法字符错误,并可以报告错误所在的行列位置。 (5) 发现源程序中存在错误后,进行适当的恢复,使词法分析可以继续进行,通过一次词法分析处理,可以检查并报告源程序中存在的所有词法拼写错误。-Design and implementation of C language lexical analysis procedures, requirements are as follows. (1) can be identified using the C language source code for each word symbols, and mark each word in the form of output symbols. (2) can recognize and read the comments in the source program. (3) you can count the number of rows in the source program statements, the number of words and number of characters, including punctuation and spaces are not counted as words, and output statistics. (4) Check the source of the illegal character errors exist, and can report the error location where the ranks. (5) found that there are errors in the source after proper recovery, so that lexical analysis can proceed through a lexical analysis process, you can check and report the source of all existing lexical spelling errors.
Platform: | Size: 3072 | Author: 何狗 | Hits:

CodeBus www.codebus.net