parse

open override fun parse(text: String): TStruct(source)

Parses the given text into a structured data representation.

This method is designed to transform raw input text into a structured format defined by the implementing class.

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.