ParseSource(string)
PreviousGenerateYarnFileWithDeclarations(IEnumerable<Yarn.Compiler.Declaration>,string,IEnumerable<string>,INextYarn.Compiler.Upgrader Namespace
Last updated
Was this helpful?
Last updated
Was this helpful?
Method in
Parses a string of Yarn source code, and produces a FileParseResult and (if there were any problems) a collection of diagnostics.
string
source
The source code to parse.
A tuple containing a that stores the parse tree and tokens, and a collection of objects that describe problems in the source code.