Mercurial > pub > ImplabNet
view Implab/Automaton/AutomatonConst.cs @ 236:302ca905c19e v2
JsonReader optimizations
author | cin |
---|---|
date | Tue, 21 Nov 2017 14:57:58 +0300 |
parents | 478ef706906a |
children |
line wrap: on
line source
namespace Implab.Automaton { public static class AutomatonConst { public const int UnreachableState = -1; public const int UnclassifiedInput = 0; } }