Vixen
02b45cc4
csharp
public static class IrPrinter

Renders an IrModule as stable, readable text. This is the IR's debug view and the format the golden tests snapshot, so its output is deterministic: no hash codes, no dictionary ordering, no culture-sensitive number formatting.

No guide page documents this yet — the page shows what the code says about itself.

Methods (2)

  • public static string Print(IrModule module)
  • public static string Print(IrFunction function)

Used by (11)

  • AtomicTestsVixen.Raven.Tests
  • CompileDriverVixen.Raven.Cli
  • CompiledLibraryTestsVixen.Raven.Tests
  • ComposeTestsVixen.Raven.Tests
  • GoldenIrTestsVixen.Raven.Tests
  • InOutTestsVixen.Raven.Tests
  • InheritanceTestsVixen.Raven.Tests
  • LibraryTreeTestsVixen.Raven.Tests
  • LoweringTestBaseVixen.Raven.Tests
  • LoweringTestsVixen.Raven.Tests
  • WritableResourceTestsVixen.Raven.Tests