pub fn compile(result: &ParseResult, resolved: bool) -> Vec<u8> ⓘExpand description
Compile a ParseResult into compact binary .synxb format.
Uses a string interning table so every unique string is stored once,
then deflate-compresses the payload for maximum compactness.
If resolved is true, metadata and includes are stripped.