summaryrefslogtreecommitdiff
path: root/init.lisp
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 12:20:50 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-07-31 12:20:50 +0200
commitbb2607cdac6214d76fe85442e58f1ea6bcc914ae (patch)
tree6a68f551816bf08c074918a1d46933dd35bb5aad /init.lisp
parent1be372285563189dba8f7ecf7b26a049f3728655 (diff)
Add READ, READ-FROM-STRING, and READ-PRESERVING-WHITESPACE.
Diffstat (limited to 'init.lisp')
-rw-r--r--init.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lisp b/init.lisp
index 36d0b3e..876ff74 100644
--- a/init.lisp
+++ b/init.lisp
@@ -24,6 +24,7 @@
(load "destructuring-bind.lisp")
(load "defun-1.lisp")
(load "list-functions.lisp")
+(load "reader.lisp")
(load "control-flow.lisp")
(load "types.lisp")
(load "list-functions-2.lisp")