Factory

class Factory(delimiters: Pair<Char, Char>, createParser: () -> Parser) : AbstractBlockParserFactory(source)

Constructors

Link copied to clipboard
constructor(delimiters: Pair<Char, Char>, createParser: () -> Parser)

Functions

Link copied to clipboard
open override fun tryStart(state: ParserState, mathedBlockParser: MatchedBlockParser): BlockStart?