view Implab/Automaton/AutomatonConst.cs @ 211:3eb3255d8cc5 v2

Code review, added a non generic version of SyncContextPromise
author cin
date Tue, 21 Mar 2017 17:29:13 +0300
parents 478ef706906a
children 302ca905c19e
line wrap: on
line source


namespace Implab.Automaton {
    public static class AutomatonConst {
        public const int UNREACHABLE_STATE = -1;

        public const int UNCLASSIFIED_INPUT = 0;
    }
}