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