资源列表
[编译器/词法分析] accidenceAnalyse
说明:词法分析器 可以识别c++的源码,自动生成词法分析表, 在分析结束后会指出源代码中可能的错误 待分析的源代码要以 *源代码.txt的格式保存-Lexical analyzer can identify c++ The source, automatically generate lexical analysis table, after the end of the analysis will be pointed out<> 在 2024-11-20 上传 | 大小:8kb | 下载:0
[编译器/词法分析] interpreter_of_little_C
说明:用C语言编的一个小解释器,可以执行C程序的!算是可以执行C程序的C程序吧! 选自最新C语言精华(第三版)Herbert Schildt著 A small interpreter arranges which with the C language, may carry out the C procedure! Is may carry out C the procedure C procedure! (Master) writes oh<钟毓秀> 在 2024-11-20 上传 | 大小:8kb | 下载:0
[编译器/词法分析] Mini-interprete
说明:Creation d un mini-interpreteur C<Fred> 在 2024-11-20 上传 | 大小:8kb | 下载:0
[编译器/词法分析] calculator
说明:一个词法分析器的例子,采用递归子程序进行解析-Example of a lexical analyzer, recursive subroutine used for analytical<tstao> 在 2024-11-20 上传 | 大小:8kb | 下载:0
[编译器/词法分析] lexicalanalysis
说明:设计一个词法分析器。 【基本要求】 词法分析器基本功能是: (1) 输入源程序:输入PASCAL源程序; (2) 输出单词,输出形式为:(序号,单词,对应源程序行号,对应源程序列号); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号); 【测试数据】 (1)输入源程序: program example1 var<陈小丽> 在 2024-11-20 上传 | 大小:8kb | 下载:0