##// END OF EJS Templates
Fixed InteractiveListener to support OLE and clipboard....
Fixed InteractiveListener to support OLE and clipboard. Safe.Dispose methods made more convinent

File last commit:

r177:a0ff6a0e9c44 ref20160224
r215:fe5101083150 v2
Show More
ITaggedDFABuilder.cs
7 lines | 173 B | text/x-csharp | CSharpLexer
cin
refactoring
r177
cin
Working on text scanner
r172 namespace Implab.Automaton.RegularExpressions {
public interface ITaggedDFABuilder<TTag> : IDFATableBuilder {
void SetStateTag(int s, TTag[] tags);
}
}