chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2c60040
)
src/package.lisp: Have `sod-user' use `sod-parser' and the `utilities'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 7 Jul 2018 13:36:45 +0000
(14:36 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/src/package.lisp
b/src/package.lisp
index 292b64fce2c436c1e8707f885db0e2c5d797547b..9f0179ac7e8503f07e64141936585dfa1f977b4a 100644
(file)
--- a/
src/package.lisp
+++ b/
src/package.lisp
@@
-30,6
+30,8
@@
(cl:defpackage #:sod
(cl:defpackage #:sod-user
(:use #:common-lisp
(cl:defpackage #:sod-user
(:use #:common-lisp
+ #:sod-utilities
+ #:sod-parser
#:sod))
(cl:in-package #:sod)
#:sod))
(cl:in-package #:sod)