##// END OF EJS Templates
Added tag release v2.1 for changeset f1da3afc3521
Added tag release v2.1 for changeset f1da3afc3521

File last commit:

r179:478ef706906a ref20160224
r193:0d69c0d6de0d default
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;
}
}