For the complete documentation index, see llms.txt. This page is also available as Markdown.

Compiler

Class in Yarn.Compiler

Inherits from System.Object

Summary

Compiles Yarn code.

public static class Compiler

Methods

Name
Description

Compiles Yarn code, as specified by a compilation job.

Flattens a tree of Antlr4.Runtime.Tree.IParseTree objects by recursively visiting their children, and converting them into a flat System.Collections.Generic.IEnumerable`1 .

Gets the text of the documentation comments that either immediately precede context , or are on the same line as context .

Generates a line id for a raw text node

Last updated

Was this helpful?