FIXME TODO
AST conventions.mdspecifies the AST conventions used for BinJS.AST to Simple Operations.mdspecifies- the algorithm used to drive a Simple Operations writer to with an AST from a specific AST grammar matching our AST conventions;
- the algorithm used to drive a Simple Operations reader using a specific AST grammar matching our AST conventions and use it to build an AST.
Simple Operations to Binary.mdspecifies- the algorithm used to how to implement a Simple Operations writer into a compressed stream of bytes;
- the algorithm used to implement a Simple Operations writer from a compressed stream of bytes.