Yarn.Compiler Namespace
Contains classes for compiling Yarn script into programs.
Classes
Name |
Description |
Compiler |
Compiles Yarn code. |
ParseException |
An exception representing something going wrong during parsing. |
Utility |
Utility methods for working with line tags. |
Enums
Name |
Description |
Status |
Specifies the result of compiling Yarn code. |
Structs
Name |
Description |
StringInfo |
Information about a string. Stored inside a string table, which is produced from the Compiler. |