src/package.lisp: Have `sod-user' use `sod-parser' and the `utilities'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 7 Jul 2018 13:36:45 +0000 (14:36 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 9 Jul 2018 11:11:40 +0000 (12:11 +0100)
I'm not so sure about the utilities, but the parser machinery exports
lots of useful things such as `cerror*-with-location' which extensions
will definitely need.

src/package.lisp

index 292b64f..9f0179a 100644 (file)
@@ -30,6 +30,8 @@
 
 (cl:defpackage #:sod-user
   (:use #:common-lisp
+       #:sod-utilities
+       #:sod-parser
        #:sod))
 
 (cl:in-package #:sod)