Compiling and testing multiple files
This commit is contained in:
@@ -4,6 +4,7 @@ function void
|
||||
print_token_line(Token *token){
|
||||
if(!token) return;
|
||||
|
||||
#define PRINTF_GREEN "\033[32m"
|
||||
#define PRINTF_RED "\033[31m"
|
||||
#define PRINTF_RESET "\033[0m"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user