Split out into an example

This commit is contained in:
Smaug123
2024-01-22 21:42:25 +00:00
parent 09782649a6
commit 45287e250a
10 changed files with 37 additions and 8 deletions

View File

@@ -22,6 +22,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PrattParser.Example\PrattParser.Example.fsproj" />
<ProjectReference Include="..\PrattParser\PrattParser.fsproj"/>
</ItemGroup>

View File

@@ -1,6 +1,6 @@
namespace PrattParser.Test
open PrattParser
open ParseExample
open NUnit.Framework
open FsUnitTyped

View File

@@ -1,5 +1,6 @@
namespace PrattParser.Test
open ParseExample
open PrattParser
open NUnit.Framework
open FsUnitTyped