Skip to content

Commit 8ec8516

Browse files
committed
Remove ByteTree serialization format
It was originally designed for faster trasmission of syntax trees from C++ to SwiftSyntax, but superceded by the CLibParseActions. There's no deserializer for it anymore, so let's just remove it.
1 parent fb4583f commit 8ec8516

File tree

17 files changed

+67
-853
lines changed

17 files changed

+67
-853
lines changed

Diff for: docs/ByteTree.md

-32
This file was deleted.

Diff for: docs/README.md

-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ documentation, please create a thread on the Swift forums under the
8686

8787
## Explanations
8888

89-
- [ByteTree.md](/docs/ByteTree.md):
90-
Describes the ByteTree binary format used for serializing syntax trees
91-
in `libSyntax`.
9289
- [WebAssembly.md](/docs/WebAssembly.md):
9390
Explains some decisions that were made while implementing the WebAssembly target.
9491

0 commit comments

Comments
 (0)