...
This commit is contained in:
14
src/Nub.Lang.Generation/Nub.Lang.Generation.csproj
Normal file
14
src/Nub.Lang.Generation/Nub.Lang.Generation.csproj
Normal file
@@ -0,0 +1,14 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net9.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Nub.Lang.Common\Nub.Lang.Common.csproj" />
|
||||
<ProjectReference Include="..\Nub.Lang.Syntax\Nub.Lang.Syntax.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
1397
src/Nub.Lang.Generation/QBE/QBEGenerator.cs
Normal file
1397
src/Nub.Lang.Generation/QBE/QBEGenerator.cs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user