##// END OF EJS Templates
Added class Trace<T> to manage channels for individual classes, if SomeClass...
Added class Trace<T> to manage channels for individual classes, if SomeClass uses Trace<SomeClass> it sould be marked with TraceSourceAttribute

File last commit:

r179:478ef706906a ref20160224
r212:a01d9df88d74 v2
Show More
AutomatonConst.cs
9 lines | 182 B | text/x-csharp | CSharpLexer
cin
working on JSON parser
r178
namespace Implab.Automaton {
cin
sync
r179 public static class AutomatonConst {
cin
working on JSON parser
r178 public const int UNREACHABLE_STATE = -1;
public const int UNCLASSIFIED_INPUT = 0;
}
}