racket/collects/scribblings/raco/demod.scrbl
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00

13 lines
490 B
Racket

#lang scribble/doc
@(require scribble/manual scribble/bnf "common.rkt" (for-label racket/base))
@title[#:tag "demod"]{@exec{raco demod}: Demodularizing Programs}
The @exec{raco demod} command takes a racket module and flattens
all of its dependencies into a single compiled module.
A file @filepath{@nonterm{name}.rkt} is demodularized into
@filepath{@nonterm{name}_rkt_merged.zo}.
The demodularized zo file can be run by passing it as an argument to
the racket command-line program.