NestedParse

class NestedParse(val parser: Parser, val overlay: ParseOverlay? = null, val bracketed: Boolean = false)

Objects returned by the function passed to parseMixed should conform to this interface.

Constructors

Link copied to clipboard
constructor(parser: Parser, overlay: ParseOverlay? = null, bracketed: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard