From: Mark Wooding Date: Sat, 7 Jul 2018 13:36:45 +0000 (+0100) Subject: src/package.lisp: Have `sod-user' use `sod-parser' and the `utilities'. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/5f32b8fda0421d16fc3455d1ce9aef746afbd818 src/package.lisp: Have `sod-user' use `sod-parser' and the `utilities'. 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. --- diff --git a/src/package.lisp b/src/package.lisp index 292b64f..9f0179a 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -30,6 +30,8 @@ (cl:defpackage #:sod-user (:use #:common-lisp + #:sod-utilities + #:sod-parser #:sod)) (cl:in-package #:sod)