Files
sdk/pkg/kernel/lib/binary/readme.md
T
Asger Feldthaus 811a47d430 [kernel] Initial implementation of Dart Kernel.
Contains:
- Command-line tool
- Kernel AST
- Binary serialization
- Printing as text
- Frontend based on analyzer
- Class hierarchy and type algebra
2016-04-26 10:39:15 +02:00

4 lines
105 B
Markdown

Conversion to and from a binary format.
The binary format is described in [binary.md](../../binary.md).