##// END OF EJS Templates
Added IInitializable.Initialize() overload...
Added IInitializable.Initialize() overload Added IRunnable.Start(), IRunnable.Start() overloads Fixed cancellation of the current operation when Stop() is called More tests

File last commit:

r236:302ca905c19e v2
r262:f1696cdc3d7a v3.0.8 v3
Show More
AutomatonConst.cs
9 lines | 180 B | text/x-csharp | CSharpLexer
cin
working on JSON parser
r178
namespace Implab.Automaton {
cin
sync
r179 public static class AutomatonConst {
cin
JsonReader optimizations
r236 public const int UnreachableState = -1;
cin
working on JSON parser
r178
cin
JsonReader optimizations
r236 public const int UnclassifiedInput = 0;
cin
working on JSON parser
r178 }
}