Adding stream output

This commit is contained in:
Jay McCarthy 2010-05-24 11:56:15 -06:00
parent 63f546a080
commit cb5aac762e

View File

@ -132,6 +132,10 @@ Consumes the result of parsing bytecode and returns an S-expression
@defmodule[compiler/zo-marshal]
@defproc[(zo-marshal-to [top compilation-top?] [out output-port?]) void?]{
Consumes a representation of bytecode and writes it to @racket[out].}
@defproc[(zo-marshal [top compilation-top?]) bytes?]{
Consumes a representation of bytecode and generates a byte string for