public class ParseDocPipe : IPipe<SyntaxTree, Doc>
A IPipe<I, O>
that transforms the specified syntax tree into parsed document.
public async Task<Doc> Run(SyntaxTree input)
public class ParseDocPipe : IPipe<SyntaxTree, Doc>
A IPipe<I, O>
that transforms the specified syntax tree into parsed document.
public async Task<Doc> Run(SyntaxTree input)