unscan pushes the previously read token back onto the buffer.
()
| 133 | |
| 134 | // unscan pushes the previously read token back onto the buffer. |
| 135 | func (p *Parser) unscan() { p.unreadLastChar = true } |
| 136 | |
| 137 | // Parse explode a revision string into revisioner chunks |
| 138 | func (p *Parser) Parse() ([]Revisioner, error) { |
no outgoing calls