Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 162:0526412bbb26 ref20160224
DFA refactoring
| author | cin |
|---|---|
| date | Wed, 24 Feb 2016 08:39:53 +0300 |
| parents | 2a8466f0cb8a |
| children | 419aa51b04fd |
comparison
equal
deleted
inserted
replaced
| 161:2a8466f0cb8a | 162:0526412bbb26 |
|---|---|
| 100 <Compile Include="JSON\StringTranslator.cs" /> | 100 <Compile Include="JSON\StringTranslator.cs" /> |
| 101 <Compile Include="Parallels\DispatchPool.cs" /> | 101 <Compile Include="Parallels\DispatchPool.cs" /> |
| 102 <Compile Include="Parallels\ArrayTraits.cs" /> | 102 <Compile Include="Parallels\ArrayTraits.cs" /> |
| 103 <Compile Include="Parallels\MTQueue.cs" /> | 103 <Compile Include="Parallels\MTQueue.cs" /> |
| 104 <Compile Include="Parallels\WorkerPool.cs" /> | 104 <Compile Include="Parallels\WorkerPool.cs" /> |
| 105 <Compile Include="Parsing\AltToken.cs" /> | |
| 106 <Compile Include="Parsing\BinaryToken.cs" /> | |
| 107 <Compile Include="Parsing\CatToken.cs" /> | |
| 108 <Compile Include="Parsing\CDFADefinition.cs" /> | |
| 109 <Compile Include="Parsing\DFABuilder.cs" /> | |
| 110 <Compile Include="Parsing\DFAStateDescriptor.cs" /> | |
| 111 <Compile Include="Parsing\DFAutomaton.cs" /> | |
| 112 <Compile Include="Parsing\EDFADefinition.cs" /> | |
| 113 <Compile Include="Parsing\EmptyToken.cs" /> | |
| 114 <Compile Include="Parsing\EndToken.cs" /> | |
| 115 <Compile Include="Parsing\EnumAlphabet.cs" /> | |
| 116 <Compile Include="Parsing\Grammar.cs" /> | |
| 117 <Compile Include="Parsing\IAlphabet.cs" /> | |
| 118 <Compile Include="Parsing\IDFADefinition.cs" /> | |
| 119 <Compile Include="Parsing\IVisitor.cs" /> | |
| 120 <Compile Include="Parsing\ParserException.cs" /> | |
| 121 <Compile Include="Parsing\Scanner.cs" /> | |
| 122 <Compile Include="Parsing\StarToken.cs" /> | |
| 123 <Compile Include="Parsing\SymbolToken.cs" /> | |
| 124 <Compile Include="Parsing\Token.cs" /> | |
| 125 <Compile Include="ProgressInitEventArgs.cs" /> | 105 <Compile Include="ProgressInitEventArgs.cs" /> |
| 126 <Compile Include="Properties\AssemblyInfo.cs" /> | 106 <Compile Include="Properties\AssemblyInfo.cs" /> |
| 127 <Compile Include="Parallels\AsyncPool.cs" /> | 107 <Compile Include="Parallels\AsyncPool.cs" /> |
| 128 <Compile Include="Safe.cs" /> | 108 <Compile Include="Safe.cs" /> |
| 129 <Compile Include="ValueEventArgs.cs" /> | 109 <Compile Include="ValueEventArgs.cs" /> |
| 176 <Compile Include="Components\App.cs" /> | 156 <Compile Include="Components\App.cs" /> |
| 177 <Compile Include="Components\IRunnable.cs" /> | 157 <Compile Include="Components\IRunnable.cs" /> |
| 178 <Compile Include="Components\ExecutionState.cs" /> | 158 <Compile Include="Components\ExecutionState.cs" /> |
| 179 <Compile Include="Components\RunnableComponent.cs" /> | 159 <Compile Include="Components\RunnableComponent.cs" /> |
| 180 <Compile Include="Components\IFactory.cs" /> | 160 <Compile Include="Components\IFactory.cs" /> |
| 181 <Compile Include="Parsing\DFADefinition.cs" /> | 161 <Compile Include="Automaton\CDFADefinition.cs" /> |
| 182 <Compile Include="Parsing\IndexedAlphabetBase.cs" /> | 162 <Compile Include="Automaton\DFAStateDescriptor.cs" /> |
| 183 <Compile Include="Parsing\CharAlphabet.cs" /> | 163 <Compile Include="Automaton\DFAutomaton.cs" /> |
| 184 <Compile Include="Parsing\IAlphabetBuilder.cs" /> | 164 <Compile Include="Automaton\EDFADefinition.cs" /> |
| 185 <Compile Include="Parsing\IDFADefinitionBuilder.cs" /> | 165 <Compile Include="Automaton\EnumAlphabet.cs" /> |
| 166 <Compile Include="Automaton\IAlphabet.cs" /> | |
| 167 <Compile Include="Automaton\IDFADefinition.cs" /> | |
| 168 <Compile Include="Automaton\ParserException.cs" /> | |
| 169 <Compile Include="Automaton\Scanner.cs" /> | |
| 170 <Compile Include="Automaton\DFADefinition.cs" /> | |
| 171 <Compile Include="Automaton\IndexedAlphabetBase.cs" /> | |
| 172 <Compile Include="Automaton\CharAlphabet.cs" /> | |
| 173 <Compile Include="Automaton\IAlphabetBuilder.cs" /> | |
| 174 <Compile Include="Automaton\IDFADefinitionBuilder.cs" /> | |
| 175 <Compile Include="Automaton\RegularExpressions\AltToken.cs" /> | |
| 176 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" /> | |
| 177 <Compile Include="Automaton\RegularExpressions\CatToken.cs" /> | |
| 178 <Compile Include="Automaton\DFAConst.cs" /> | |
| 179 <Compile Include="Automaton\RegularExpressions\Grammar.cs" /> | |
| 180 <Compile Include="Automaton\RegularExpressions\StarToken.cs" /> | |
| 181 <Compile Include="Automaton\RegularExpressions\SymbolToken.cs" /> | |
| 182 <Compile Include="Automaton\RegularExpressions\EmptyToken.cs" /> | |
| 183 <Compile Include="Automaton\RegularExpressions\EndToken.cs" /> | |
| 184 <Compile Include="Automaton\RegularExpressions\Token.cs" /> | |
| 185 <Compile Include="Automaton\RegularExpressions\IVisitor.cs" /> | |
| 186 <Compile Include="Automaton\RegularExpressions\DFABuilder.cs" /> | |
| 187 <Compile Include="Automaton\AutomatonTransition.cs" /> | |
| 188 <Compile Include="Automaton\ByteAlphabet.cs" /> | |
| 186 </ItemGroup> | 189 </ItemGroup> |
| 187 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 190 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
| 188 <ItemGroup /> | 191 <ItemGroup /> |
| 189 <ProjectExtensions> | 192 <ProjectExtensions> |
| 190 <MonoDevelop> | 193 <MonoDevelop> |
| 255 </Properties> | 258 </Properties> |
| 256 </MonoDevelop> | 259 </MonoDevelop> |
| 257 </ProjectExtensions> | 260 </ProjectExtensions> |
| 258 <ItemGroup> | 261 <ItemGroup> |
| 259 <Folder Include="Components\" /> | 262 <Folder Include="Components\" /> |
| 263 <Folder Include="Automaton\RegularExpressions\" /> | |
| 260 </ItemGroup> | 264 </ItemGroup> |
| 261 </Project> | 265 </Project> |
