frontend: implement function for printing assembly lex tokens
This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
#define DEBUG_H_
|
||||
|
||||
struct ivy_token;
|
||||
struct ivy_asm_token;
|
||||
|
||||
extern void print_lex_token(struct ivy_token *tok);
|
||||
extern void print_asm_lex_token(struct ivy_asm_token *tok);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user