The input string.
The global string dictonary for references.
The depth of the plugin which is used for recursive calls.
If true this means a call was made to parse a plugin value so a special early exit is necessary.
The depth of the current string reference to detect loops.
Global logger.
Generated using TypeDoc
Create a parse tree of a message string. This method will call itself recursively if inside of a plugin content is detected. The recursive call will early exit as soon as a plugin content scope close is detected.
Returns
Parse tree of the message string.