more strict parsing

This commit is contained in:
2021-08-31 18:53:49 +02:00
parent be89b55b17
commit 4e54c6d134
3 changed files with 40 additions and 62 deletions

View File

@@ -83,7 +83,9 @@ namespace usql {
Token currentToken();
Token consumeCurrentToken();
Token consumeToken();
Token consumeToken(TokenType type);
void nextToken();