racket/collects/compiler
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
..
commands add `configure-runtime' submodule support 2013-05-07 08:31:16 -04:00
demodularizer Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
private raco dist: update ELF section when adjusting data size 2013-04-24 19:00:24 -06:00
bundle-dist.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
cm-accomplice.rkt compiler/cm-accompice: log to a logger named 'cm-accomplice 2013-02-14 19:47:40 -07:00
cm.rkt change compiler/cm so that the default logs the messages to 2013-03-14 16:36:50 -05:00
compiler-unit.rkt raco setup: --tidy mode (as needed by `raco pkg remove') and more 2013-04-17 12:28:50 -06:00
compiler.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
decompile.rkt minor decompiler tweak 2013-02-27 08:53:43 -07:00
distribute.rkt raco dist: update ELF section when adjusting data size 2013-04-24 19:00:24 -06:00
embed-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
embed-unit.rkt add `configure-runtime' submodule support 2013-05-07 08:31:16 -04:00
embed.rkt add `configure-runtime' submodule support 2013-05-07 08:31:16 -04:00
find-exe.rkt Consistent capitalization for "GRacket". 2013-02-16 13:41:38 -05:00
info.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
main.rkt "PLT Scheme Inc" -> "PLT Design Inc" 2013-02-12 08:06:30 -05:00
option-unit.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
option.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
sig.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
xform.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
zo-marshal.rkt terminology change again: "cross-phases persistent" modules 2013-02-27 08:53:43 -07:00
zo-parse.rkt terminology change again: "cross-phases persistent" modules 2013-02-27 08:53:43 -07:00
zo-structs.rkt terminology change again: "cross-phases persistent" modules 2013-02-27 08:53:43 -07:00