racket/collects/syntax
Matthew Flatt 169e801803 switch rascket/base' and scheme/base' to submodule language style
The `#%module-begin' of `racket/base' and `scheme/base' now introduces
a suitable `configure-runtime' submodule, instead of using the
`module->language-info' path.

A submodule is a lot easier to work with, as illustrated by the
removal of the `racket/private/lang' and `scheme/private/lang'
languages.

Also, add `#%printing-module-begin', which is the old `#%module-begin'
(i.e., the one that doesn't introduce a `configure-runtime' submodule).
2013-05-07 08:31:16 -04:00
..
parse fix syntax error context 2013-05-05 18:07:09 -04:00
private
scribblings switch rascket/base' and scheme/base' to submodule language style 2013-05-07 08:31:16 -04:00
boundmap.rkt
context.rkt
datum.rkt
define.rkt
doc.txt
docprovide.rkt
flatten-begin.rkt
for-body.rkt
free-vars.rkt
id-table.rkt
info.rkt
kerncase.rkt
keyword.rkt
location.rkt Added quote-srcloc-string and quote-srcloc-prefix to syntax/location. 2013-01-14 17:17:10 -05:00
modcode.rkt
modcollapse.rkt
moddep.rkt
modread.rkt
modresolve.rkt
module-reader.rkt Defensively check pos before subtraction in module-reader.rkt. 2013-04-03 14:26:16 -06:00
name.rkt
parse.rkt
path-spec.rkt
primitives.rkt
quote.rkt
readerr.rkt
srcloc.rkt source-location-known? should not rely on "span" field 2013-03-30 16:17:27 -04:00
strip-context.rkt
struct.rkt
stx.rkt
template.rkt
to-string.rkt
toplevel.rkt
trusted-xforms.rkt