mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-06 09:58:40 +00:00
Split out into an example
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\PrattParser.Example\PrattParser.Example.fsproj" />
|
||||
<ProjectReference Include="..\PrattParser\PrattParser.fsproj"/>
|
||||
</ItemGroup>
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
namespace PrattParser.Test
|
||||
|
||||
open PrattParser
|
||||
open ParseExample
|
||||
open NUnit.Framework
|
||||
open FsUnitTyped
|
||||
|
||||
|
@@ -1,5 +1,6 @@
|
||||
namespace PrattParser.Test
|
||||
|
||||
open ParseExample
|
||||
open PrattParser
|
||||
open NUnit.Framework
|
||||
open FsUnitTyped
|
||||
|
Reference in New Issue
Block a user