fixed lexer, continous should now work fairly efficiently

This commit is contained in:
herbglitch 2025-01-07 16:29:15 -07:00
parent 136344c009
commit 5b2b8ef21c
3 changed files with 74 additions and 77 deletions

View file

@ -90,10 +90,10 @@ ARC_TEST(Parser_Basic_Parse){
/* ~ second test ~ */
ARC_String_CreateWithStrlen(&tempString, "z1xwvq");
//this destroys string, so no need for cleanup
ARC_Parser_Parse(parser, &tempString);
ARC_CHECK(arc_errno == 0);