ParseSourceText(string,string)

Method in Utility

Summary

Parses a string of Yarn source code, and produces a FileParseResult .

public static FileParseResult ParseSourceText(string source, string sourceName = "<input>")

Parameters

Name
Description

string source

The source code to parse.

string sourceName

The name of the source.

Returns

A FileParseResult representing the result of parsing the source.

Last updated

Was this helpful?