hyper-literate/collects/scribble/text/textlang.ss
Eli Barzilay 5cee45dc0b * Added text utilities
* 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
2008-09-16 00:46:35 +00:00

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]))