Mercurial > pub > ImplabNet
comparison Implab/Implab.csproj @ 176:0c3c69fe225b ref20160224
rewritten the text scanner
author | cin |
---|---|
date | Tue, 22 Mar 2016 18:58:40 +0300 |
parents | ecfece82ca11 |
children | a0ff6a0e9c44 |
comparison
equal
deleted
inserted
replaced
175:96a89dcb4060 | 176:0c3c69fe225b |
---|---|
149 <Compile Include="Components\App.cs" /> | 149 <Compile Include="Components\App.cs" /> |
150 <Compile Include="Components\IRunnable.cs" /> | 150 <Compile Include="Components\IRunnable.cs" /> |
151 <Compile Include="Components\ExecutionState.cs" /> | 151 <Compile Include="Components\ExecutionState.cs" /> |
152 <Compile Include="Components\RunnableComponent.cs" /> | 152 <Compile Include="Components\RunnableComponent.cs" /> |
153 <Compile Include="Components\IFactory.cs" /> | 153 <Compile Include="Components\IFactory.cs" /> |
154 <Compile Include="Automaton\DFAStateDescriptor.cs" /> | |
155 <Compile Include="Automaton\EnumAlphabet.cs" /> | 154 <Compile Include="Automaton\EnumAlphabet.cs" /> |
156 <Compile Include="Automaton\IAlphabet.cs" /> | 155 <Compile Include="Automaton\IAlphabet.cs" /> |
157 <Compile Include="Automaton\ParserException.cs" /> | 156 <Compile Include="Automaton\ParserException.cs" /> |
158 <Compile Include="Automaton\Scanner.cs" /> | |
159 <Compile Include="Automaton\IndexedAlphabetBase.cs" /> | 157 <Compile Include="Automaton\IndexedAlphabetBase.cs" /> |
160 <Compile Include="Automaton\IAlphabetBuilder.cs" /> | 158 <Compile Include="Automaton\IAlphabetBuilder.cs" /> |
161 <Compile Include="Automaton\RegularExpressions\AltToken.cs" /> | 159 <Compile Include="Automaton\RegularExpressions\AltToken.cs" /> |
162 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" /> | 160 <Compile Include="Automaton\RegularExpressions\BinaryToken.cs" /> |
163 <Compile Include="Automaton\RegularExpressions\CatToken.cs" /> | 161 <Compile Include="Automaton\RegularExpressions\CatToken.cs" /> |
188 <Compile Include="Automaton\IDFATableBuilder.cs" /> | 186 <Compile Include="Automaton\IDFATableBuilder.cs" /> |
189 <Compile Include="Automaton\DFATable.cs" /> | 187 <Compile Include="Automaton\DFATable.cs" /> |
190 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> | 188 <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> |
191 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> | 189 <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> |
192 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> | 190 <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> |
193 <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> | |
194 <Compile Include="Formats\BufferScanner.cs" /> | |
195 <Compile Include="Formats\TextScanner.cs" /> | 191 <Compile Include="Formats\TextScanner.cs" /> |
192 <Compile Include="Formats\StringScanner.cs" /> | |
193 <Compile Include="Formats\ReaderScanner.cs" /> | |
194 <Compile Include="Formats\ScannerContext.cs" /> | |
196 </ItemGroup> | 195 </ItemGroup> |
197 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> | 196 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
198 <ItemGroup /> | 197 <ItemGroup /> |
199 <ProjectExtensions> | 198 <ProjectExtensions> |
200 <MonoDevelop> | 199 <MonoDevelop> |