##// END OF EJS Templates
working on runnable component
working on runnable component

File last commit:

r179:478ef706906a ref20160224
r184:d6a8cba73acc ref20160224
Show More
AutomatonConst.cs
9 lines | 182 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton {
public static class AutomatonConst {
public const int UNREACHABLE_STATE = -1;
public const int UNCLASSIFIED_INPUT = 0;
}
}