
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.
6 lines
91 B
Racket
6 lines
91 B
Racket
#lang racket/base
|
|
|
|
(provide (struct-out run))
|
|
|
|
(struct run (path/submod phase linkl uses))
|