()
| 16747 | // make the below work. |
| 16748 | // By default every particle has a parser. By default they all match to the first particle. |
| 16749 | get parser() { |
| 16750 | return this._parser || this.root.particleAt(0) |
| 16751 | } |
| 16752 | // The parserId of a particle at the moment is defined as the cue of the parser it is matched to. |
| 16753 | get parserId() { |
| 16754 | return this.parser.cue |
nothing calls this directly
no test coverage detected