Mercurial > pub > ImplabNet
diff Implab/Automaton/MapAlphabet.cs @ 178:d5c5db0335ee ref20160224
working on JSON parser
author | cin |
---|---|
date | Wed, 23 Mar 2016 19:51:45 +0300 |
parents | 0c3c69fe225b |
children | b2b6a6640aa3 |
line wrap: on
line diff
--- a/Implab/Automaton/MapAlphabet.cs Wed Mar 23 01:42:00 2016 +0300 +++ b/Implab/Automaton/MapAlphabet.cs Wed Mar 23 19:51:45 2016 +0300 @@ -54,7 +54,7 @@ return cls; if (!m_supportUnclassified) throw new ArgumentOutOfRangeException("symbol", "The specified symbol isn't in the alphabet"); - return DFAConst.UNCLASSIFIED_INPUT; + return AutomatonConst.UNCLASSIFIED_INPUT; } public int Count {