FileParseResult
Struct in Yarn.Compiler
Inherits from System.ValueType
Summary
Contains the result of parsing a single file of source code.
Remarks
This class provides only syntactic information about a parse - that is, it provides access to the parse tree, and the stream of tokens used to produce that parse tree.
Constructors
Name
Description
Initializes a new instance of the FileParseResult struct.
Methods
Name
Description
Properties
Last updated