Files
sdk/pkg/kernel/lib/binary
Konstantin Shcheglov 80b16d6a88 Fixes for AST <-> binary serialization.
I'm working on changes for KernelDriver to use Bazel-like model with
tree shaking, and noticed these problems, because in this new model
we serialize and deserialize kernels.

R=ahe@google.com, kmillikin@google.com, paulberry@google.com, sigmund@google.com
BUG=

Review-Url: https://codereview.chromium.org/3008843002 .
2017-08-29 16:57:29 -07:00
..
2017-06-13 11:39:31 +02:00

Conversion to and from a binary format.

The binary format is described in binary.md.