MLLIF
a MLIR-based Language to Language Interoperability Flyover
Loading...
Searching...
No Matches
ICodeWriter.cs
Go to the documentation of this file.
1using Microsoft.CodeAnalysis;
2
4
5public interface ICodeWriter
6{
7 public IEnumerable<WorkspaceDiagnostic> WriteTo(CodeWriter w, CodeContext ctx);
8}
IEnumerable< WorkspaceDiagnostic > WriteTo(CodeWriter w, CodeContext ctx)