True if options stack is empty.
()
| 2280 | |
| 2281 | // True if options stack is empty. |
| 2282 | func (p *parser) emptyOptionsStack() bool { |
| 2283 | return len(p.optionsStack) == 0 |
| 2284 | } |
| 2285 | |
| 2286 | // Finish the current quantifiable (when a quantifier is not found or is not possible) |
| 2287 | func (p *parser) addConcatenate() { |