##// END OF EJS Templates
README.md edited online with Bitbucket
README.md edited online with Bitbucket

File last commit:

r177:a0ff6a0e9c44 ref20160224
r282:12b89f1cfe9f default
Show More
ITaggedDFABuilder.cs
7 lines | 173 B | text/x-csharp | CSharpLexer
namespace Implab.Automaton.RegularExpressions {
public interface ITaggedDFABuilder<TTag> : IDFATableBuilder {
void SetStateTag(int s, TTag[] tags);
}
}