InlineDelimiter

class InlineDelimiter(nestedDelimiters: Set[Char], endDelimiters: Delimiter[String])

Delimiter implementation for parsing inline spans that distinguishes between a delimiter that marks the end of the span and a delimiter that marks the start of a nested span.

class Object
trait Matchable
class Any

Value members

Concrete methods

def atEOF(charsConsumed: Int, source: SourceCursor): Parsed[InlineResult]
def atStartChar(startChar: Char, charsConsumed: Int, source: SourceCursor): DelimiterResult[InlineResult]

Concrete fields

val startChars: Set[Char]