BlockParserBuilder

laika.bundle.BlockParserBuilder

Builds a block parser definition lazily by passing the recursive parsers of the host language.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Inherited methods

def createParser(recursiveParsers: RecursiveParsers): T

Builds a parser definition lazily by passing the recursive parsers of the host language.

Builds a parser definition lazily by passing the recursive parsers of the host language.

Attributes

Inherited from:
ParserBuilder