File: load-reader.lsp

package info (click to toggle)
cl-ansi-tests 20071218-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 7,000 kB
  • ctags: 22,025
  • sloc: lisp: 134,798; makefile: 144
file content (24 lines) | stat: -rw-r--r-- 631 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
;-*- Mode:     Lisp -*-
;;;; Author:   Paul Dietz
;;;; Created:  Mon Feb 23 05:20:41 2004
;;;; Contains: Load tests of the reader

(in-package :cl-test)

(load "reader-test.lsp")
(load "with-standard-io-syntax.lsp")
(load "copy-readtable.lsp")
(load "read.lsp")
(load "read-preserving-whitespace.lsp")
(load "read-delimited-list.lsp")
(load "read-from-string.lsp")
(load "readtable-case.lsp")
(load "readtablep.lsp")
(load "get-macro-character.lsp")
(load "set-macro-character.lsp")
(load "read-suppress.lsp")
(load "set-syntax-from-char.lsp")
(load "dispatch-macro-characters.lsp")

(load "syntax.lsp")
(load "syntax-tokens.lsp")