联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 编译器/解释器(136) 
按平台查找All C#(136) 

[编译器/解释器] StepRepl

步骤代码的交互式调试器,
Interactive debugger for Step code, (2023-10-20, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697865905615209.html

[编译器/解释器] e-standard-pdf-viewer-command-with-custom-command

.NET,WPF,PDF查看器,
.NET, WPF, PDF Viewer, (2023-10-18, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1697681448217369.html

[编译器/解释器] ReverseR

又一个适用于Windows的可扩展Java反编译器,
Yet another extensible Java decompiler for Windows, (2023-01-05, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1695659678511284.html

[编译器/解释器] Replimat

环世界分布式食品复制器系统,
Distributed food replicator system for RimWorld, (2023-09-02, C#, 0KB, 下载0次)

http://www.pudn.com/Download/item/id/1693696089847578.html

[编译器/解释器] RunClangTidy

用于运行clang tidy静态分析器的Visual Studio插件
Visual Studio plugin to run clang-tidy static analyser (2019-12-26, C#, 58KB, 下载0次)

http://www.pudn.com/Download/item/id/1687140936170702.html

[编译器/解释器] ClangVSx

插件,允许从Visual Studio 2013内部轻松使用Clang编译器,在构建时替换MSVC编译器...
Add-in that allows easy use of Clang compiler from inside Visual Studio 2013, replacing the MSVC compiler when building C++ projects. (2020-07-06, C#, 146KB, 下载0次)

http://www.pudn.com/Download/item/id/1687138753801161.html

[编译器/解释器] Cmc

Cm编程语言的编译器
the compiler for the Cm programming language (2017-12-13, C#, 67KB, 下载0次)

http://www.pudn.com/Download/item/id/1687136378424619.html

[编译器/解释器] CASCAL-V0.1

可以给刚刚玩解释器的人看了玩玩的一点点源码,仅作入门用
You can just play interpreter people read a little fun source code, just for entry (2017-06-10, C#, 69KB, 下载1次)

http://www.pudn.com/Download/item/id/1497058339898278.html

[编译器/解释器] CGCompiler-master

一个编译器(仅词法分析、语法分析、部分语义分析,所以说是前端),拿来分享一下。 整个代码库具有如下功能: 提供编译器所需基础数据结构、计算流程框架类,可供继承使用; 提供基础数据结构的可视化控件; 提供类似YACC的词法分析器、语法分析器自动生成功能; 提供Win form程序,集成和扩展上述功能,方便研究和应用。
A compiler (only lexical analysis, syntax analysis, semantic analysis section, so that the front end), brought to share. The entire code base has the following functions: to provide compilers underlying data structures, calculation process framework classes, inheritance for use visual controls provide the basic data structure provide similar YACC lexical analyzer, parser function automatically generated provide Win form program, integrate and extend these functions to facilitate the study and application. (2016-10-23, C#, 827KB, 下载5次)

http://www.pudn.com/Download/item/id/1477218367214556.html

[编译器/解释器] Grammer

编译原理的语法分析器(该语法分析器为课堂上的实验实例)通过导入文件对文件的语法进行分析
Compiler theory of syntax analyzer (the parser for the experimental examples in class) were analyzed by importing files on the file syntax (2014-06-05, C#, 698KB, 下载4次)

http://www.pudn.com/Download/item/id/2559976.html

[编译器/解释器] Compiler

c#编译器 sample语言 词法分析 DFA NFA LL1 LR分析
c# compiler sample language lexical analysis DFA NFA LL1 LR analysis (2013-05-28, C#, 258KB, 下载19次)

http://www.pudn.com/Download/item/id/2261808.html

[编译器/解释器] cifafenxi

编译原理.给出PL/0语言文法规范,编写PL/0语言的词法分析程序。词法分析器.
Compiler theory. PL/0 language grammar specification is given, write PL/0 language lexical analysis program. Lexical analyzer. (2013-04-25, C#, 1KB, 下载3次)

http://www.pudn.com/Download/item/id/2216243.html

[编译器/解释器] cmm-compiler-document

cmm 语言的解释器,包括整个程序的设计,以及程序的词法分析语法分析语义分析以及最后的解释执行。
cmm language interpreter, including the design of the entire program, and the program s lexical analysis syntax analysis semantic analysis and final interpretation of the implementation. (2012-12-04, C#, 1340KB, 下载24次)

http://www.pudn.com/Download/item/id/2070846.html

[编译器/解释器] cmmcompiler

c#写的编译器,可完成词法分析,语法分析,自己定义文法规则
c# compiler writing, to be completed by lexical analysis, syntax analysis, their own definition of grammar rules (2010-11-28, C#, 154KB, 下载27次)

http://www.pudn.com/Download/item/id/1361367.html

[编译器/解释器] Reflector

反编译器,对.net的代码可以进行反编译。优化代码,相当不错。
Decompiler for. Net code can decompile. Optimize the code, quite good. (2009-05-20, C#, 7KB, 下载15次)

http://www.pudn.com/Download/item/id/769833.html

[编译器/解释器] GrammarComplier

C#语言编写的一个语法分析器,完成编译原理的实验作业
C# A language parser to complete compiling principle experimental operation (2007-12-25, C#, 328KB, 下载112次)

http://www.pudn.com/Download/item/id/381962.html

[编译器/解释器] Scanner

用C#做的《编译原理》PROJECT--词法分析器 可识别的内容:C#的77个关键字,小数型和整数型数,各种运算符等
With C# To do the (2007-08-03, C#, 79KB, 下载58次)

http://www.pudn.com/Download/item/id/315295.html

[编译器/解释器] CF

编译原理 词法分析器 识别标识符,关键字,运算符,常量,界符包括出错处理
compiler theory lexical analyzer identification identifiers, keywords, Operators, constants, and address sector including error handling (2007-07-03, C#, 54KB, 下载51次)

http://www.pudn.com/Download/item/id/302722.html

[编译器/解释器] syntax_analyzer_lrt

syntax check 语法分析器 简单
syntax check simple syntax analyzer (2007-05-05, C#, 34KB, 下载27次)

http://www.pudn.com/Download/item/id/277119.html

[编译器/解释器] grammatica-0[1].4.tar

Grammatica是一个C#和Java的语法分析程序生成器(编译器的编译器)。它可以用LL(k)语法创建可读的和带有注释的源代码。它也支持创建一个运行时语法分析器,带不生成源代码。语法产生式用EBNF描述,使用规则表达式的符号
Grammatica is a C# and Java syntax analysis program generator (compiler compiler). It can be used LL (k) to create readable syntax and Notes with the source code. It also supported the creation of a run-time syntax analyzer and did not generate the source code. Grammar production with EBNF description, the use of symbolic expression rules (2005-05-31, C#, 483KB, 下载51次)

http://www.pudn.com/Download/item/id/1117523188871623.html
总计:136