X-Git-Url: http://git.pond.sub.org/?p=eow;a=blobdiff_plain;f=scratch.lisp;h=0627c41798a26d7ee124804c5d5cd941a68b703d;hp=0b93a7e4284049728f08e02a0fe13d6f560c39a5;hb=11e1b946a3e744e3b09c90980e187f12cfb12e9e;hpb=bb75a29a8554c9b32484f40d20723e15311f3d88 diff --git a/scratch.lisp b/scratch.lisp index 0b93a7e..0627c41 100644 --- a/scratch.lisp +++ b/scratch.lisp @@ -1,4 +1,23 @@ +(setf *e* (empire::connect :user "1" :password "1")) +(empire::quit *e*) +;XDUMP meta meta 1242293190 +;"name" 3 4 0 -1 +;"type" 4 4 0 34 +;"flags" 5 12 0 33 +;"len" 7 4 0 -1 +;"table" 8 4 0 -1 +;/5 +(defclass meta () + (name type flags len table)) + +;XDUMP meta meta-type 1242293224 +;"value" 8 4 0 -1 +;"name" 3 4 0 -1 +;/2 +(defclass type () + ((value :type 8 :flags 4 :len 0 :table nil) + (name :type 3 :flags 4 :len 0 :table nil))) ;; http://localhost:4242/eow/