projects
/
eow
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add some random notes
[eow]
/
package.lisp
diff --git
a/package.lisp
b/package.lisp
index 1b7cdb41afbad63f97edf28b3bad70e20fa4928e..5459b5028272ec08188f22cf1e12657744a3ec1b 100644
(file)
--- a/
package.lisp
+++ b/
package.lisp
@@
-21,5
+21,8
@@
(defpackage :empire-log
(:use :cl)
(:export :info))
+ (defpackage :xdump-data
+ (:use :cl))
(defpackage :xdump
- (:use :cl)))
+ (:use :cl :xdump-data)
+ (:export :make-parser :parse-line)))