đź“ťSwift Intermediate Language (SIL)

SIL is a Swift Intermediate Language, an intermediate representation of Swift that sits between AST and LLVM IR.

It is very similar to LLVM IR but is higher level and Swift-specific. It preserves more source language information (types).

Notable features:

Resources

Backlinks