AutomatonConst.cs
9 lines
| 176 B
| text/x-csharp
|
CSharpLexer
cin
|
r178 | |||
namespace Implab.Automaton { | ||||
public static class DFAConst { | ||||
public const int UNREACHABLE_STATE = -1; | ||||
public const int UNCLASSIFIED_INPUT = 0; | ||||
} | ||||
} | ||||