497ada9253
- @ 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 |
||
---|---|---|
ieee-floats | ||
CHANGES | ||
COPYING | ||
README | ||
cl-pack.asd | ||
cl-pack.lisp | ||
package.lisp | ||
tests.lisp |
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