
* begin/collect, and a begin/text that is based on it (ignoring inter-defns spaces) * include/text, available as `include' in the scribble/text langauge * tests, only for begin/collect for now svn: r11772 original commit: 26b9bd6c3d20a8faeaf56ff9ef6241b7b3dc3564
10 lines
312 B
Scheme
10 lines
312 B
Scheme
#lang scheme/base
|
|
|
|
(require "syntax-utils.ss" "output.ss" scheme/promise)
|
|
|
|
(provide (except-out (all-from-out scheme/base) #%module-begin)
|
|
(all-from-out "output.ss" scheme/promise)
|
|
begin/text
|
|
(rename-out [module-begin/text #%module-begin]
|
|
[include/text include]))
|