Suppressed print statements during tests

This commit is contained in:
2022-09-05 05:30:06 +01:00
parent fb1ac71f42
commit dceb83e618
5 changed files with 26 additions and 14 deletions

View File

@@ -22,4 +22,5 @@ typedef struct {
void initLexer(Lexer* lexer, char* source);
Token scanLexer(Lexer* lexer);
//for debugging
void printToken(Token* token);