Last bit of clean up before building the parser.

This commit is contained in:
2022-02-02 20:43:25 +00:00
parent d39e37b078
commit 7c6e5e1541
4 changed files with 43 additions and 39 deletions
+1 -1
View File
@@ -33,6 +33,6 @@ typedef struct {
char* value;
} Token;
List* GenerateTokensFromFile(const char*);
List* GetTokensFromLine(char*);
#endif