##// END OF EJS Templates
working on JSON parser
working on JSON parser

File last commit:

r178:d5c5db0335ee ref20160224
r178:d5c5db0335ee ref20160224
Show More
AutomatonConst.cs
9 lines | 176 B | text/x-csharp | CSharpLexer
cin
working on JSON parser
r178
namespace Implab.Automaton {
public static class DFAConst {
public const int UNREACHABLE_STATE = -1;
public const int UNCLASSIFIED_INPUT = 0;
}
}