]> git.pond.sub.org Git - eow/commit
Add a game state log dumping facility that produces a (load)able sexpr-log.
authorGerd Flaig <gefla@rose.pond.sub.org>
Mon, 9 Jan 2012 22:15:40 +0000 (23:15 +0100)
committerGerd Flaig <gefla@rose.pond.sub.org>
Mon, 9 Jan 2012 22:15:40 +0000 (23:15 +0100)
commit54e14006564ff34c8249b9ddb357201759d77101
treeecd2dc4ff668b5b6f3926e973763bd9788a40ad2
parent8e2d6617bbea7258af43b8db16ead1882a128536
Add a game state log dumping facility that produces a (load)able sexpr-log.

Example:

(setf *my-parser* (xdump:make-parser))
(xdump:with-parser *my-parser* (load "testdata/gamestate-1"))
empire.lisp
log.lisp
package.lisp
testdata/gamestate-1 [new file with mode: 0644]
xdump.lisp