Add a boolean expression parser.

This commit is contained in:
Paul Chote
2016-11-12 21:04:37 +00:00
parent e7e17a0f5a
commit cc34f8e557
4 changed files with 446 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
<Compile Include="OpenRA.Mods.Common\ShapeTest.cs" />
<Compile Include="OpenRA.Game\OrderTest.cs" />
<Compile Include="OpenRA.Game\PlatformTest.cs" />
<Compile Include="OpenRA.Game\BooleanExpressionTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\OpenRA.Game\OpenRA.Game.csproj">