racket/collects/compiler/commands
Matthew Flatt 27f1b39294 add `configure-runtime' submodule support
A language can now introduce a `configure-runtime' submodule that
is `dynamic-require'd before the enclosing module.

This new submodule protocol provides a more general and
easier-to-understand way of configuring the run-time environment for
a module's language, as compared to the `module->language-info'
path (through a `get-info' function, via a 'configure-runtime value,
and finally loading the specified module).

The `module->language-info' path remains in place, and it is
checked after a `configure-runtime' submodule is run, since
that order is likely to be the most backward compatible.
2013-05-07 08:31:16 -04:00
..
ctool.rkt "PLT Scheme Inc" -> "PLT Design Inc" 2013-02-12 08:06:30 -05:00
decompile.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
exe-dir.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
exe.rkt add `configure-runtime' submodule support 2013-05-07 08:31:16 -04:00
expand.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt demote some `raco' commands 2013-04-17 12:28:50 -06:00
make.rkt document raco make' flags; add --disable-constant' flag 2012-01-19 13:14:02 -07:00
pack.rkt Use proper raco command name in make and pack. 2011-02-09 21:13:55 -05:00
test.rkt Adding summary mode, quiet program mode and changing tests/eli-tester to cooperate so it adds useful information in summary mode 2013-05-02 14:49:58 -06:00
unpack.rkt add `raco unpack' 2011-08-24 20:08:18 -06:00