Mercurial > pub > ImplabNet
diff Implab/Automaton/RegularExpressions/RegularDFA.cs @ 180:c32688129f14 ref20160224
refactoring complete, JSONParser rewritten
author | cin |
---|---|
date | Thu, 24 Mar 2016 02:30:46 +0300 |
parents | 478ef706906a |
children | b2b6a6640aa3 |
line wrap: on
line diff
--- a/Implab/Automaton/RegularExpressions/RegularDFA.cs Wed Mar 23 19:52:08 2016 +0300 +++ b/Implab/Automaton/RegularExpressions/RegularDFA.cs Thu Mar 24 02:30:46 2016 +0300 @@ -53,7 +53,6 @@ var dfa = new RegularDFA<TInput, TTag>(alphabet); - var states = new DummyAlphabet(StateCount); var alphaMap = new Dictionary<int,int>(); var stateMap = new Dictionary<int,int>();