added ability to check if token id is a lexer rule and wrote parser, still need to test
This commit is contained in:
parent
7a3495f7ae
commit
d8d1a1a107
7 changed files with 211 additions and 13 deletions
|
|
@ -77,10 +77,10 @@ void ARC_Parser_Destroy(ARC_Parser *parser);
|
|||
/**
|
||||
* @brief
|
||||
*
|
||||
* @param[in] parser
|
||||
* @param[in] language
|
||||
* @param[in] parser
|
||||
* @param[in/out] data the string to parse, will be freed and set to NULL by the end of this function
|
||||
*/
|
||||
void ARC_Parser_Parse(ARC_Parser *parser, ARC_String *data);
|
||||
void ARC_Parser_Parse(ARC_Parser *parser, ARC_String **data);
|
||||
|
||||
/**
|
||||
* @brief
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue