Fixed some of the footguns

This commit is contained in:
2025-10-30 08:06:18 +01:00
parent d665218448
commit 385d614819
4 changed files with 34 additions and 26 deletions

View File

@@ -13,7 +13,7 @@ typedef enum {
typedef struct {
charType type;
size_t opPrecedence;
int opPrecedence;
} charResult;
typedef struct {