fix: reset last token when needed

This commit is contained in:
3lswear
2022-01-22 18:11:29 +03:00
parent 24e49f63e8
commit 3b2469b130
3 changed files with 8 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ namespace config
bool hasMoreTokens();
bool firstToken();
void rollBackToken();
void set_last(e_token type);
};