C parser implementation functions

A user-defined parser implements its capability through a function interface which is called by the integration node during runtime operation. This interface includes functions to create and delete all local context storage that is associated with a parser object and the parsing operations.