racket/collects/compiler
Matthew Flatt e97bb74005 add experimental support for "phaseless" modules
The intent is to support phase-crossing data such as the `exn:fail:syntax'
structure type that is instantiaed by macros and recognized by contexts
that use `eval' or `expand'. Phaseless modules are highly constrained,
however, to avoid new cross-phase channels, and a module is inferred to
be phaseless when it fits syntactic constraints.

I've adjusted `racket/kernel' and improved its documentation a little
so that it can be used to implement a phaseless module (which can
import only from other phaseless modules).

This change also adds a `flags' field to the `mod' structure type
from `compiler/zo-structs'.

original commit: 899a3279c2
2013-02-26 14:55:28 -07:00
..
commands tweak raco test output, yet again 2013-02-07 10:16:16 -06:00
demodularizer add experimental support for "phaseless" modules 2013-02-26 14:55:28 -07:00
bundle-dist.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
decompile.rkt add experimental support for "phaseless" modules 2013-02-26 14:55:28 -07:00
embed-sig.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
sig.rkt remove obsolete and unused Racket-to-C compiler 2011-09-20 15:26:39 -06:00
zo-marshal.rkt add experimental support for "phaseless" modules 2013-02-26 14:55:28 -07:00
zo-parse.rkt add experimental support for "phaseless" modules 2013-02-26 14:55:28 -07:00
zo-structs.rkt add experimental support for "phaseless" modules 2013-02-26 14:55:28 -07:00