package pp type Evaler interface { Tags() [2]string Eval(string, []string) ([]string, error) }