(name, definition)
| 374 | } |
| 375 | |
| 376 | addTopExpression(name, definition) { |
| 377 | this.#topExpressions.push(name); |
| 378 | this.addGrammarElement(name, definition); |
| 379 | } |
| 380 | |
| 381 | commandStart(token) { |
| 382 | return this.#commands[token.value || ""]; |
no test coverage detected