Skip to content

Commit

Permalink
C のサブセット・コンパイラとして初期登録
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpoku1000 committed Jul 16, 2021
1 parent 65a21ff commit 56fff60
Show file tree
Hide file tree
Showing 174 changed files with 115,241 additions and 9,140 deletions.
53 changes: 52 additions & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

MIT License

Copyright (c) 2019-2020 市川 真一
(C) Shin'ichi Ichikawa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -21,3 +21,54 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

Unicode License Agreement
https://www.unicode.org/license.html

UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
See Terms of Use for definitions of Unicode Inc.'s
Data Files and Software.

NOTICE TO USER: Carefully read the following legal agreement.
BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S
DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"),
YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE
TERMS AND CONDITIONS OF THIS AGREEMENT.
IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE
THE DATA FILES OR SOFTWARE.

COPYRIGHT AND PERMISSION NOTICE

Copyright © 1991-2021 Unicode, Inc. All rights reserved.
Distributed under the Terms of Use in https://www.unicode.org/copyright.html.

Permission is hereby granted, free of charge, to any person obtaining
a copy of the Unicode data files and any associated documentation
(the "Data Files") or Unicode software and any associated documentation
(the "Software") to deal in the Data Files or Software
without restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, and/or sell copies of
the Data Files or Software, and to permit persons to whom the Data Files
or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies
of the Data Files or Software, or
(b) this copyright and permission notice appear in associated
Documentation.

THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT OF THIRD PARTY RIGHTS.
IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THE DATA FILES OR SOFTWARE.

Except as contained in this notice, the name of a copyright holder
shall not be used in advertising or otherwise to promote the sale,
use or other dealings in these Data Files or Software without prior
written authorization of the copyright holder.

32 changes: 25 additions & 7 deletions PE_COFF.sln
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29306.81
VisualStudioVersion = 16.0.31313.79
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PE_COFF", "src\PE_COFF\PE_COFF.vcxproj", "{A212AD35-E3CB-470E-868F-F0FD7F5A5FE9}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tp_compiler", "src\lib\tp_compiler\tp_compiler.vcxproj", "{B92657DA-FE65-4911-B7B2-2C588C681B65}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tenpoku-dev", "src\tenpoku-dev\tenpoku-dev.vcxproj", "{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}"
ProjectSection(ProjectDependencies) = postProject
{B92657DA-FE65-4911-B7B2-2C588C681B65} = {B92657DA-FE65-4911-B7B2-2C588C681B65}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A212AD35-E3CB-470E-868F-F0FD7F5A5FE9}.Debug|x64.ActiveCfg = Debug|x64
{A212AD35-E3CB-470E-868F-F0FD7F5A5FE9}.Debug|x64.Build.0 = Debug|x64
{A212AD35-E3CB-470E-868F-F0FD7F5A5FE9}.Release|x64.ActiveCfg = Debug|x64
{A212AD35-E3CB-470E-868F-F0FD7F5A5FE9}.Release|x64.Build.0 = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Debug|x64.ActiveCfg = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Debug|x64.Build.0 = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Debug|x86.ActiveCfg = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Debug|x86.Build.0 = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Release|x64.ActiveCfg = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Release|x64.Build.0 = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Release|x86.ActiveCfg = Debug|x64
{B92657DA-FE65-4911-B7B2-2C588C681B65}.Release|x86.Build.0 = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Debug|x64.ActiveCfg = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Debug|x64.Build.0 = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Debug|x86.ActiveCfg = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Release|x64.ActiveCfg = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Release|x64.Build.0 = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Release|x86.ActiveCfg = Debug|x64
{DB7BC402-D804-4DD2-BECB-E6CCAA2FB0C1}.Release|x86.Build.0 = Debug|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FA916947-8302-4F34-96C2-A844815D3F8F}
SolutionGuid = {3835E1AB-23A6-4904-BC1A-9C95B4DFA503}
EndGlobalSection
EndGlobal
Loading

0 comments on commit 56fff60

Please sign in to comment.