Function parseSource
Returns root tag. The optional filename parameter can be included
so that the SDLang document's filename (if any) can be displayed with
any syntax error messages.
Prototype
Tag parseSource(
string source,
string filename = null
);