Go to file
Dan Ballard 497ada9253 - added . to pack and fixed a bug in X in pack
- @ support in pack
- improvments on parser so that ! < > and repeaters are handled better in combination and parser understanding of ( ) groups
- Basic grouping support. Groups work, and work with repeaters, but not modifiers
- modifiers work over groups in pack and follow most local
- group modifiers work in unpack now too
- packing of strings now accepts a number and on the fly converts it to a string (proper)
- / template support in pack
2009-08-10 10:00:45 -07:00
ieee-floats Initial git commit 2009-07-26 20:53:42 -07:00
CHANGES - added . to pack and fixed a bug in X in pack 2009-08-10 10:00:45 -07:00
COPYING Initial git commit 2009-07-26 20:53:42 -07:00
README Initial git commit 2009-07-26 20:53:42 -07:00
cl-pack.asd Initial git commit 2009-07-26 20:53:42 -07:00
cl-pack.lisp - added . to pack and fixed a bug in X in pack 2009-08-10 10:00:45 -07:00
package.lisp Initial git commit 2009-07-26 20:53:42 -07:00
tests.lisp - added . to pack and fixed a bug in X in pack 2009-08-10 10:00:45 -07:00

README

CL-PACK
Dan Ballard <http://mindstab.net>
June 2009

CL-PACK supplier perl/php/ruby compatible pack() and unpack() functions to allow easy use of binary protocols with the above mentioned languages and C.

Documentation inside cl-pack.lisp