cfunction
(parser/insert parser value)
Insert a value into the parser. This means that the parser state can
be manipulated in between chunks of bytes. This would allow a user to
add extra elements to arrays and tuples, for example. Returns the
parser.