blob: 9fab194f2dcd1def269c5db9a4f69f77d3795aa4 [file] [log] [blame] [view]
> [!IMPORTANT]
> This page was copied from https://github.com/dart-lang/sdk/wiki and needs review.
> Please [contribute](../CONTRIBUTING.md) changes to bring it up-to-date -
> removing this header - or send a CL to delete the file.
---
Dart Kernel is an intermediate language for Dart programs, a compact binary object-file format supporting separate compilation and linking, and an infrastructure for program transformation. This page is an index of Kernel documentation.
[Binary format](https://github.com/dart-lang/sdk/blob/main/pkg/kernel/binary.md)
[Operational semantics](Kernel-Operational-Semantics.md)
[Type System](Kernel-Type-System.md)