Mercurial > pub > ImplabNet
diff Implab/Automaton/RegularExpressions/RegularExpressionVisitor.cs @ 236:302ca905c19e v2
JsonReader optimizations
author | cin |
---|---|
date | Tue, 21 Nov 2017 14:57:58 +0300 |
parents | d5c5db0335ee |
children |
line wrap: on
line diff
--- a/Implab/Automaton/RegularExpressions/RegularExpressionVisitor.cs Thu Oct 05 09:24:49 2017 +0300 +++ b/Implab/Automaton/RegularExpressions/RegularExpressionVisitor.cs Tue Nov 21 14:57:58 2017 +0300 @@ -129,7 +129,7 @@ if (m_root == null) m_root = token; m_idx++; - m_indexes[m_idx] = AutomatonConst.UNCLASSIFIED_INPUT; + m_indexes[m_idx] = AutomatonConst.UnclassifiedInput; m_firstpos = new HashSet<int>(new[] { m_idx }); m_lastpos = new HashSet<int>(new[] { m_idx }); Followpos(m_idx);