next State
Get the next parse state.
Combine this with lookaheadIterator to generate completion suggestions or valid symbols in error nodes.
Example
language.nextState(node.parseState, node.grammarSymbol)
Content copied to clipboard
Get the next parse state.
Combine this with lookaheadIterator to generate completion suggestions or valid symbols in error nodes.
Example
language.nextState(node.parseState, node.grammarSymbol)
Content copied to clipboard