• 大小: 136KB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2021-07-07
  • 语言: C#
  • 标签: 编译器  

资源简介

设计任务为开发一个小型编译器,主要包括4个部件:词法分析器、语法分析器、语义分析器、目标代码生成器。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace 编译
{
    public class Assembly
    {
        public string Op { set; get; }
        public string PL { set; get; }
        public string PR { set; get; }
        public string Num { set; get; }
        public Assembly(string opstring plstring pr) 
        {
            Op = op;
            PL = pl;
            PR = pr;
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        466  2012-12-27 18:59  编译\编译\Assembly.cs

     文件         79  2015-01-20 15:33  编译\编译\bin\Debug\Yuan.txt

     文件      40448  2015-01-22 13:29  编译\编译\bin\Debug\编译.exe

     文件     110080  2015-01-22 13:29  编译\编译\bin\Debug\编译.pdb

     文件      24224  2015-01-22 13:30  编译\编译\bin\Debug\编译.vshost.exe

     文件        490  2010-03-17 22:39  编译\编译\bin\Debug\编译.vshost.exe.manifest

     文件      21082  2012-12-28 08:28  编译\编译\Create.cs

     文件        358  2012-12-27 09:21  编译\编译\E.cs

     文件        513  2012-12-26 10:29  编译\编译\Error.cs

     文件       4336  2015-01-22 09:05  编译\编译\Form1.cs

     文件       6988  2015-01-22 09:05  编译\编译\Form1.Designer.cs

     文件       5817  2015-01-22 09:05  编译\编译\Form1.resx

     文件        688  2012-12-27 16:38  编译\编译\FourPart.cs

     文件      12757  2012-12-28 11:41  编译\编译\Grammar.cs

     文件      10125  2015-01-22 13:06  编译\编译\Morphology.cs

     文件       2873  2015-01-22 13:09  编译\编译\obj\x86\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7005  2015-01-22 13:09  编译\编译\obj\x86\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件       3248  2015-01-22 09:05  编译\编译\obj\x86\Debug\GenerateResource.read.1.tlog

     文件       7694  2015-01-22 09:05  编译\编译\obj\x86\Debug\GenerateResource.write.1.tlog

     文件      14438  2012-12-24 10:00  编译\编译\obj\x86\Debug\ResolveAssemblyReference.cache

     文件      11722  2015-01-22 13:30  编译\编译\obj\x86\Debug\编译.csproj.FileListAbsolute.txt

     文件        977  2015-01-22 13:29  编译\编译\obj\x86\Debug\编译.csproj.GenerateResource.Cache

     文件       9180  2015-01-20 14:41  编译\编译\obj\x86\Debug\编译.csprojResolveAssemblyReference.cache

     文件      40448  2015-01-22 13:29  编译\编译\obj\x86\Debug\编译.exe

     文件        180  2015-01-22 09:05  编译\编译\obj\x86\Debug\编译.Form1.resources

     文件     110080  2015-01-22 13:29  编译\编译\obj\x86\Debug\编译.pdb

     文件        180  2015-01-20 15:58  编译\编译\obj\x86\Debug\编译.Properties.Resources.resources

     文件        487  2012-12-24 09:51  编译\编译\Program.cs

     文件       1368  2012-12-24 09:51  编译\编译\Properties\AssemblyInfo.cs

     文件       2860  2012-12-24 09:51  编译\编译\Properties\Resources.Designer.cs

............此处省略27个文件信息

评论

共有 条评论