TermReaderImpl
class TermReaderImpl(val scope: Scope, val defaultOperatorSet: OperatorSet, lexerOptions: LexerOptions = LexerOptions(), parserOptions: ParserOptions = ParserOptions()) : TermReader
Configurable JVM implementation of TermReader.
Prefer a TermReader factory unless custom lexer or parser limits are required.
Parameters
lexerOptions
lazy-lexer and retained-token configuration
parserOptions
nesting and ambiguity configuration
Constructors
Link copied to clipboard
constructor(scope: Scope, defaultOperatorSet: OperatorSet, lexerOptions: LexerOptions = LexerOptions(), parserOptions: ParserOptions = ParserOptions())