~scheme-libraries-team/scheme-libraries/srfi

« back to all changes in this revision

Viewing changes to %3a78/lightweight-testing/compat.chezscheme.sls

  • Committer: Derick Eddington
  • Date: 2012-05-09 20:20:47 UTC
  • mfrom: (96.1.4 chez-srfi)
  • Revision ID: derick.eddington@gmail.com-20120509202047-nobnr1lm6g676jpz
Merge Aaron W. Hsu's contribution of support for Chez Scheme.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;;; Copyright (c) 2012 Aaron W. Hsu <arcfide@sacrideo.us>
 
2
;;; 
 
3
;;; Permission to use, copy, modify, and distribute this software for
 
4
;;; any purpose with or without fee is hereby granted, provided that the
 
5
;;; above copyright notice and this permission notice appear in all
 
6
;;; copies.
 
7
;;; 
 
8
;;; THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
 
9
;;; WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
 
10
;;; WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
 
11
;;; AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
 
12
;;; DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA
 
13
;;; OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
 
14
;;; TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 
15
;;; PERFORMANCE OF THIS SOFTWARE.
 
16
 
 
17
(library (srfi :78 lightweight-testing compat)
 
18
  (export (rename (pretty-print check:write)))
 
19
  (import (chezscheme)))