(mesg string, t token)
| 46 | } |
| 47 | |
| 48 | func newParseExpError(mesg string, t token) error { |
| 49 | return parseExpError{mesg: mesg, t: t} |
| 50 | } |
| 51 | |
| 52 | func andConst(a, b *Constraint) *Constraint { |
| 53 | return &Constraint{ |
no outgoing calls
no test coverage detected