From 01676f85cbb672aa1199e35e2a83a480aacff20e Mon Sep 17 00:00:00 2001 From: JF Bastien Date: Tue, 9 Jun 2015 11:27:11 +0200 Subject: Define portability Address issue #38. --- BinaryEncoding.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'BinaryEncoding.md') diff --git a/BinaryEncoding.md b/BinaryEncoding.md index e605ea5..589c1d3 100644 --- a/BinaryEncoding.md +++ b/BinaryEncoding.md @@ -1,7 +1,9 @@ # Binary Encoding -This document describes the binary encoding of the AST nodes defined in the [AST semantics](AstSemantics.md). -For the context of this document, see the [Binary format](MVP.md#binary-format) section of the [MVP doc](MVP.md). +This document describes the [portable](Portability.md) binary encoding of the +AST nodes defined in the [AST semantics](AstSemantics.md). For the context of +this document, see the [Binary format](MVP.md#binary-format) section of the +[MVP doc](MVP.md). The binary encoding is designed to allow fast startup, which includes reducing download size and allow for quick decoding. Considering the matter of reducing download size, we can see -- cgit v1.2.3