remove individuals headers to avoid circular dependencies

This commit is contained in:
hugogogo
2026-05-03 11:29:01 +02:00
parent 42cfdf9734
commit cdc066c935
9 changed files with 213 additions and 194 deletions

View File

@@ -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)