Adding stream output
This commit is contained in:
parent
63f546a080
commit
cb5aac762e
|
@ -132,6 +132,10 @@ Consumes the result of parsing bytecode and returns an S-expression
|
||||||
|
|
||||||
@defmodule[compiler/zo-marshal]
|
@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?]{
|
@defproc[(zo-marshal [top compilation-top?]) bytes?]{
|
||||||
|
|
||||||
Consumes a representation of bytecode and generates a byte string for
|
Consumes a representation of bytecode and generates a byte string for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user