Browse Source

Added Map Processing file to library.

master
Craig Oates 6 years ago
parent
commit
990ab9230c
  1. 1
      WetPancake/CoOrdinator.fs
  2. 4
      WetPancake/MapProcessing.fs
  3. 1
      WetPancake/WetPancake.fsproj

1
WetPancake/CoOrdinator.fs

@ -2,6 +2,7 @@
open FileProcessing
open TextProcessing
open MapProcessing
let GenerateRandomText = 0;

4
WetPancake/MapProcessing.fs

@ -0,0 +1,4 @@
module internal MapProcessing
// You are up to here craig
// starting to build a markov map using the functions in text and file procssing...

1
WetPancake/WetPancake.fsproj

@ -56,6 +56,7 @@
<Compile Include="AssemblyInfo.fs" />
<Compile Include="FileProcessing.fs" />
<Compile Include="Textprocessing.fs" />
<Compile Include="MapProcessing.fs" />
<Compile Include="CoOrdinator.fs" />
<Compile Include="WetPancake.fs" />
<None Include="Script.fsx" />

Loading…
Cancel
Save