frontend: move token printing code to a separate file
This commit is contained in:
8
frontend/debug.h
Normal file
8
frontend/debug.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef DEBUG_H_
|
||||
#define DEBUG_H_
|
||||
|
||||
struct ivy_token;
|
||||
|
||||
extern void print_lex_token(struct ivy_token *tok);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user