From bbcc85eec5ccccd7cd7573f15510ceccfe42cc0d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Aug 2025 01:07:14 -0400 Subject: Move suffix rules into their own file --- src/parse/binops.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/parse/binops.c') diff --git a/src/parse/binops.c b/src/parse/binops.c index f8d0854d..cbbdd44d 100644 --- a/src/parse/binops.c +++ b/src/parse/binops.c @@ -2,17 +2,11 @@ #include #include "../ast.h" -#include "../stdlib/print.h" #include "../stdlib/util.h" -#include "containers.h" #include "context.h" #include "errors.h" -#include "files.h" -#include "functions.h" -#include "numbers.h" #include "parse.h" -#include "text.h" -#include "types.h" +#include "suffixes.h" #include "utils.h" int op_tightness[] = { -- cgit v1.2.3