Add experimental new logic simulator based on compiled expression trees

This commit is contained in:
Stone_Red
2026-03-25 04:42:24 +01:00
parent c704c50258
commit 3928524c32
4 changed files with 854 additions and 0 deletions
@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
</ItemGroup>
</Project>