资源列表
[编译器/词法分析] GNU_Bison_manual
说明:GNU 的flex词法分析程序的中文使用手册。-GNU lexical analysis procedure of the flex manual in Chinese.<andy> 在 2025-06-14 上传 | 大小:128kb | 下载:0
[编译器/词法分析] ansic_lex_yacc
说明:ANSI C的标准词法描述和文法描述,使用lex和yacc即可编译出可用的C语言源代码,通过这两个描述文档,即可实现最简单的C语法解析器。-ANSI C standard lexical grammar descr iption and a descr iption of the use of lex and yacc to compile the available C-language source code, through the descr iption of these two do<andy> 在 2025-06-14 上传 | 大小:5kb | 下载:0
[编译器/词法分析] delphifanbianyiyuanma
说明:delphi反编译工具源码,很值得研究下,好东西大家共享。希望能对大家的 delphi编程有所帮助。-decompile delphi-source tools, it is worth studying, the U.S. share the good things. I hope the U.S. can be helpful to delphi programming.<lbo> 在 2025-06-14 上传 | 大小:303kb | 下载:0
[编译器/词法分析] CFFilmForSql
说明:软件下载平台 软件下载平台-Software download platform software download platform<gu> 在 2025-06-14 上传 | 大小:1.51mb | 下载:0
[编译器/词法分析] lemon
说明:Lemon是一个C或者C++语言的LALR(1)语法分析器生成器。它和“bison”与“yacc”的功能是一样的,但它不是“bison”或者“yacc”的简单复制。为了减少编写代码的错误,它使用了一种不同的语法。Lemon使用了一种更为高级的分析引擎,运行速度比“bison”与“yacc”要更快,并且该引擎是可重入的和线程安全的。更进一步的,Lemon实现了能够消除资源泄漏的特性,适合于长时间运行的程序例如GUI或者嵌入式控制器中。-Lemon is a C or C++ Language LA<赵军> 在 2025-06-14 上传 | 大小:42kb | 下载:0