ParseSource(string)
Method in Utility
Summary
Parses a string of Yarn source code, and produces a FileParseResult and (if there were any problems) a collection of diagnostics.
Parameters
Name | Description |
---|---|
| The source code to parse. |
Returns
A tuple containing a FileParseResult that stores the parse tree and tokens, and a collection of Diagnostic objects that describe problems in the source code.
PreviousGenerateYarnFileWithDeclarations(IEnumerable<Yarn.Compiler.Declaration>,string,IEnumerable<string>,INextYarn.Compiler.Upgrader Namespace
Last updated