adding fixed, working on debugging infinite loop

This commit is contained in:
herbglitch 2025-02-16 23:45:27 -07:00
parent fc5bf78919
commit 6a9f914ffb
5 changed files with 144 additions and 64 deletions

View file

@ -69,8 +69,8 @@ void ARC_Lexer_Destroy(ARC_Lexer *lexer);
/**
* @brief adds a token rule to a lexer
*
* @param [in] lexer the lexer to add a token rule to
* @param [in] tokenRule the token rule to add
* @param[in] lexer the lexer to add a token rule to
* @param[in] tokenRule the token rule to add
*/
void ARC_Lexer_RegisterTokenRule(ARC_Lexer *lexer, ARC_LexerTokenRule tokenRule);