...
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<RootNamespace>generation</RootNamespace>
|
||||
<IsAotCompatible>true</IsAotCompatible>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Common\Common.csproj" />
|
||||
<ProjectReference Include="..\syntax2\syntax2.csproj" />
|
||||
<ProjectReference Include="..\Syntax\Syntax.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
using System.Diagnostics;
|
||||
using System.Globalization;
|
||||
using System.Text;
|
||||
using syntax;
|
||||
using syntax.Parsing;
|
||||
using syntax.Parsing.Definitions;
|
||||
using syntax.Parsing.Expressions;
|
||||
using syntax.Parsing.Statements;
|
||||
using syntax.Tokenization;
|
||||
using syntax.Typing;
|
||||
using Syntax;
|
||||
using Syntax.Parsing;
|
||||
using Syntax.Parsing.Definitions;
|
||||
using Syntax.Parsing.Expressions;
|
||||
using Syntax.Parsing.Statements;
|
||||
using Syntax.Tokenization;
|
||||
using Syntax.Typing;
|
||||
|
||||
namespace generation.QBE;
|
||||
namespace Generation.QBE;
|
||||
|
||||
public static class QBEGenerator
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user