示例#1
0
 public override bool tokenizable(Tokenizer t)
 {
     return(t.hasNext() && (Char.IsLetter(t.peek()) || t.peek() == '_'));
 }