Mercurial > pub > ImplabNet
diff 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 |
line wrap: on
line diff
--- a/Implab/Implab.csproj Mon Mar 21 18:41:45 2016 +0300 +++ b/Implab/Implab.csproj Tue Mar 22 18:58:40 2016 +0300 @@ -151,11 +151,9 @@ <Compile Include="Components\ExecutionState.cs" /> <Compile Include="Components\RunnableComponent.cs" /> <Compile Include="Components\IFactory.cs" /> - <Compile Include="Automaton\DFAStateDescriptor.cs" /> <Compile Include="Automaton\EnumAlphabet.cs" /> <Compile Include="Automaton\IAlphabet.cs" /> <Compile Include="Automaton\ParserException.cs" /> - <Compile Include="Automaton\Scanner.cs" /> <Compile Include="Automaton\IndexedAlphabetBase.cs" /> <Compile Include="Automaton\IAlphabetBuilder.cs" /> <Compile Include="Automaton\RegularExpressions\AltToken.cs" /> @@ -190,9 +188,10 @@ <Compile Include="Automaton\RegularExpressions\RegularDFA.cs" /> <Compile Include="Automaton\RegularExpressions\RegularExpressionVisitor.cs" /> <Compile Include="Automaton\RegularExpressions\ITaggedDFABuilder.cs" /> - <Compile Include="Automaton\RegularExpressions\DFAStateDescriptorT.cs" /> - <Compile Include="Formats\BufferScanner.cs" /> <Compile Include="Formats\TextScanner.cs" /> + <Compile Include="Formats\StringScanner.cs" /> + <Compile Include="Formats\ReaderScanner.cs" /> + <Compile Include="Formats\ScannerContext.cs" /> </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <ItemGroup />