working on csv data, parser works but needs more testing, might add bool to ParserData_DestroyFn callback for clearing
This commit is contained in:
parent
4c3d357cb9
commit
ca6a9c118f
13 changed files with 384 additions and 279 deletions
|
|
@ -25,7 +25,7 @@ typedef struct ARC_ParserTag {
|
|||
uint32_t tokensOrTagsSize;
|
||||
} ARC_ParserTag;
|
||||
|
||||
/*
|
||||
/**
|
||||
* @brief a parser type used inside of the parser data create function
|
||||
*
|
||||
* @note there are no public creation and destruction functions for this type as it is only ment to be used within the creation callback
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue