parseLiteral

open override fun parseLiteral(content: String, delimiter: Char): DataItem

Parses the string content of an extension literal into a DataItem.

Parameters

content

The text within the quotes or delimiters of the extension.

delimiter

The delimiter character used (' or " or `).