Overview
BINTYPE is a specification-driven generator of parsers for binary file formats, written in Common Lisp.
The strong point of BINTYPE is that for most file formats you are not supposed to write even a single line
of imperative code, that is the format specification language is rich enough to describe most cases.
//git.feelingofgreen.ru/bintype
That said, BINTYPE degrades gracefully when the specification language is not up to task: new structural abstractions
can be defined.
Members
Manager:
_deepfire