racket/pkgs/compiler-lib/compiler/demodularizer/run.rkt
Matthew Flatt 59ef254318 switch to a new, Racket-implemented expander & module system
This commit merges changes that were developed in the "racket7" repo.
See that repo (which is no longer modified) for a more fine-grained
change history.

The commit includes experimental support for running Racket on Chez
Scheme, but that "CS" variant is not built by default.
2018-02-26 13:19:53 -07:00

6 lines
91 B
Racket

#lang racket/base
(provide (struct-out run))
(struct run (path/submod phase linkl uses))