##// END OF EJS Templates
removed absolete Diagnostics classes
removed absolete Diagnostics classes

File last commit:

r236:302ca905c19e v2
r252:6f4630d0bcd9 v3
Show More
AutomatonConst.cs
9 lines | 180 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton {
public static class AutomatonConst {
public const int UnreachableState = -1;
public const int UnclassifiedInput = 0;
}
}