文件名称:CGCompiler-master
-
所属分类:
- 标签属性:
- 上传时间:2016-10-23
-
文件大小:826.91kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
一个编译器(仅词法分析、语法分析、部分语义分析,所以说是前端),拿来分享一下。
整个代码库具有如下功能:
提供编译器所需基础数据结构、计算流程框架类,可供继承使用;
提供基础数据结构的可视化控件;
提供类似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.
整个代码库具有如下功能:
提供编译器所需基础数据结构、计算流程框架类,可供继承使用;
提供基础数据结构的可视化控件;
提供类似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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
CGCompiler-master/
CGCompiler-master/.gitattributes
CGCompiler-master/.gitignore
CGCompiler-master/BuildProcessTemplates/
CGCompiler-master/BuildProcessTemplates/AzureContinuousDeployment.11.xaml
CGCompiler-master/BuildProcessTemplates/DefaultTemplate.11.1.xaml
CGCompiler-master/BuildProcessTemplates/LabDefaultTemplate.11.xaml
CGCompiler-master/BuildProcessTemplates/UpgradeTemplate.xaml
CGCompiler-master/Demos/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/bitzhuwei.ExpressionCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumCharTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumTokenTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumVTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Expression.txt
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Expression.xml
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/LL1SyntaxParserExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/LexicalAnalyzerExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/SyntaxTreeExpressionGetValue.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/SyntaxTreeNodeValueExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/bitzhuwei.ExpressionCompiler.csproj
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/文法.txt
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/项目说明.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/bitzhuwei.LR1DemoCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumCharTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumTokenTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumVTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1Demo.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1Demo.xml
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1SyntaxParserLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LexicalAnalyzerLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/SyntaxTreeNodeValueLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/bitzhuwei.LR1DemoCompiler.csproj
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/使用说明.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/bitzhuwei.LR1DemoCopiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/bitzhuwei.LevelCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumCharTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumTokenTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumVTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/GetLevel.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LL1SyntaxParserLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Level.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LevelCompiler.txt
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LevelCompiler.xml
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LexicalAnalyzerLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhu
CGCompiler-master/.gitattributes
CGCompiler-master/.gitignore
CGCompiler-master/BuildProcessTemplates/
CGCompiler-master/BuildProcessTemplates/AzureContinuousDeployment.11.xaml
CGCompiler-master/BuildProcessTemplates/DefaultTemplate.11.1.xaml
CGCompiler-master/BuildProcessTemplates/LabDefaultTemplate.11.xaml
CGCompiler-master/BuildProcessTemplates/UpgradeTemplate.xaml
CGCompiler-master/Demos/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler.Test/bitzhuwei.ExpressionCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumCharTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumTokenTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/EnumVTypeExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Expression.txt
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Expression.xml
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/LL1SyntaxParserExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/LexicalAnalyzerExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/SyntaxTreeExpressionGetValue.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/SyntaxTreeNodeValueExpression.cs
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/bitzhuwei.ExpressionCompiler.csproj
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/文法.txt
CGCompiler-master/Demos/bitzhuwei.ExpressionCompiler/项目说明.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler.Test/bitzhuwei.LR1DemoCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumCharTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumTokenTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/EnumVTypeLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1Demo.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1Demo.xml
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LR1SyntaxParserLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/LexicalAnalyzerLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/SyntaxTreeNodeValueLR1Demo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/bitzhuwei.LR1DemoCompiler.csproj
CGCompiler-master/Demos/bitzhuwei.LR1DemoCompiler/使用说明.txt
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LR1DemoCopiler.Test/bitzhuwei.LR1DemoCopiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/App.config
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Program.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Properties/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler.Test/bitzhuwei.LevelCompiler.Test.csproj
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Class1.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumCharTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumTokenTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/EnumVTypeLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/GetLevel.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LL1SyntaxParserLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Level.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LevelCompiler.txt
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LevelCompiler.xml
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/LexicalAnalyzerLevelCompiler.cs
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Properties/
CGCompiler-master/Demos/bitzhuwei.LevelCompiler/Properties/AssemblyInfo.cs
CGCompiler-master/Demos/bitzhu
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.