##// END OF EJS Templates
README.md edited online with Bitbucket
README.md edited online with Bitbucket

File last commit:

r236:302ca905c19e v2
r282:12b89f1cfe9f 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;
}
}