racket/pkgs/compiler-lib/compiler/commands
Matthew Flatt f03d5c0076 raco exe: add ++lang support
When a stand-alone executable created by `raco exe` needs to load
modules that start with a `#lang` line, there have been various
obstacles to adding the right run-time support via `++lib`. The
`++lang` flag addresses those problems and makes it easy to indicate
that enough should be embedded to support loading modules with a
specified language.

There are problems in the way that various handlers interact for the
"lang/reader.rkt" versus `(submod "." reader)` search path that
converts a language name to a reader. To accomodate the search in a
standalone executable (that does not provide access to collections in
general), the module name resolver must refrain from raising an
exception for a non-existent submodule path that refers to a
non-existent collection.
2018-09-02 07:53:47 -06:00
..
decompile.rkt switch to a new, Racket-implemented expander & module system 2018-02-26 13:19:53 -07:00
exe-dir.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
exe.rkt raco exe: add ++lang support 2018-09-02 07:53:47 -06:00
expand.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
info.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
make.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
pack.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
read.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00
test.rkt Adding --deps 2017-10-20 11:34:40 -04:00
unpack.rkt Move to correct directories. 2016-05-27 17:20:35 -04:00