Exemplo n.º 1
0
 public static Tokenizer With(TokenDefinitionRegistry registry)
 {
     return new Tokenizer(registry.Definitions());
 }