AutomatonConst.cs
9 lines
| 180 B
| text/x-csharp
|
CSharpLexer
cin
|
r289 | |||
namespace Implab.Automaton { | ||||
public static class AutomatonConst { | ||||
public const int UnreachableState = -1; | ||||
public const int UnclassifiedInput = 0; | ||||
} | ||||
} | ||||