Open Kha opened 1 week ago
For non-builtin parsers, the option is ignored unless they are called directly by name: `(thisParserWillBeTakenFromCurrentStage| ...)
`(thisParserWillBeTakenFromCurrentStage| ...)
Note: this only applies to interpreter.prefer_native=true as otherwise the parser is of course always taken from the current stage
interpreter.prefer_native=true
For non-builtin parsers, the option is ignored unless they are called directly by name:
`(thisParserWillBeTakenFromCurrentStage| ...)