parse

abstract fun parse(text: String): TStruct(source)

Parses the given text into a structured data representation.

Return

The structured data representation of type TStruct derived from the input text.

Parameters

text

The raw input text to be parsed into a structured format.