remove individuals headers to avoid circular dependencies
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "lexer.h"
|
||||
/* lexer.c */
|
||||
|
||||
#include "computorv1.h"
|
||||
|
||||
// token is alphabet letter, like 'x' or 'y'
|
||||
static bool token_is_variable(const char *input, int input_pos, int *token_size)
|
||||
|
||||
Reference in New Issue
Block a user