Mercurial > pub > ImplabNet
diff Implab/Implab.csproj @ 171:0f70905b4652 ref20160224
Working on regular DFA
author | cin |
---|---|
date | Thu, 10 Mar 2016 01:19:33 +0300 |
parents | 181119ef3b39 |
children | 92d5278d1b10 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Fri Mar 04 01:56:31 2016 +0300 +++ b/Implab/Implab.csproj Thu Mar 10 01:19:33 2016 +0300 @@ -190,6 +190,7 @@ <Compile Include="Automaton\IDFATable.cs" /> <Compile Include="Automaton\IDFATableBuilder.cs" /> <Compile Include="Automaton\DFATable.cs" /> + <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />