...
This commit is contained in:
@@ -7,12 +7,11 @@
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<PublishAot>true</PublishAot>
|
||||
<RootNamespace>cli</RootNamespace>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\generation2\generation2.csproj" />
|
||||
<ProjectReference Include="..\syntax2\syntax2.csproj" />
|
||||
<ProjectReference Include="..\Generation\Generation.csproj" />
|
||||
<ProjectReference Include="..\Syntax\Syntax.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using generation.QBE;
|
||||
using syntax;
|
||||
using syntax.Parsing;
|
||||
using syntax.Tokenization;
|
||||
using syntax.Typing;
|
||||
using Generation.QBE;
|
||||
using Syntax;
|
||||
using Syntax.Parsing;
|
||||
using Syntax.Tokenization;
|
||||
using Syntax.Typing;
|
||||
|
||||
const string BIN_DIR = "bin";
|
||||
const string BIN_INT_DIR = "bin-int";
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.intel_syntax noprefix
|
||||
.intel_Syntax noprefix
|
||||
.extern main
|
||||
.section .text
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.intel_syntax noprefix
|
||||
.intel_Syntax noprefix
|
||||
.section .text
|
||||
|
||||
# func nub_memcpy(destination: ^u8, source: ^u8, count: u64): ^u8
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.intel_syntax noprefix
|
||||
.intel_Syntax noprefix
|
||||
.section .text
|
||||
|
||||
# func nub_memset(destination: ^u8, value: i8, count: u64): ^u8
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.intel_syntax noprefix
|
||||
.intel_Syntax noprefix
|
||||
.section .text
|
||||
|
||||
# func nub_panic(message: ^u8, message_length: u64): void
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.intel_syntax noprefix
|
||||
.intel_Syntax noprefix
|
||||
.section .text
|
||||
|
||||
# func nub_strcmp(lhs: ^u8, rhs: ^u8): bool
|
||||
|
||||
Reference in New Issue
Block a user