aboutsummaryrefslogtreecommitdiff
path: root/src/parse/binops.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-08-25 01:07:14 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-08-25 01:07:14 -0400
commitbbcc85eec5ccccd7cd7573f15510ceccfe42cc0d (patch)
treec4a0f190fb79e07a02a774f5ffb8ee4e89d24fc1 /src/parse/binops.c
parent47d38fb5ac183180edd297830261cedd8afee2d3 (diff)
Move suffix rules into their own file
Diffstat (limited to 'src/parse/binops.c')
-rw-r--r--src/parse/binops.c8
1 files changed, 1 insertions, 7 deletions
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 <string.h>
#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[] = {