| 80 |
// If it returns true, it skips over the matched input and any |
// If it returns true, it skips over the matched input and any |
| 81 |
// following input that matches the "skip" regular expression. |
// following input that matches the "skip" regular expression. |
| 82 |
bool Consume(const RE& re, |
bool Consume(const RE& re, |
| 83 |
const Arg& arg0 = no_arg, |
const Arg& arg0 = RE::no_arg, |
| 84 |
const Arg& arg1 = no_arg, |
const Arg& arg1 = RE::no_arg, |
| 85 |
const Arg& arg2 = no_arg |
const Arg& arg2 = RE::no_arg |
| 86 |
// TODO: Allow more arguments? |
// TODO: Allow more arguments? |
| 87 |
); |
); |
| 88 |
|
|