8 #ifndef hubbub_functypes_h_
9 #define hubbub_functypes_h_
41 const char *message,
void *pw);
Token data.
Definition: types.h:119
hubbub_error(* hubbub_token_handler)(const hubbub_token *token, void *pw)
Type of token handling function.
Definition: functypes.h:29
hubbub_error
Definition: errors.h:18
void(* hubbub_error_handler)(uint32_t line, uint32_t col, const char *message, void *pw)
Type of parse error handling function.
Definition: functypes.h:40