diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:07:14 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-25 01:07:14 -0400 |
| commit | bbcc85eec5ccccd7cd7573f15510ceccfe42cc0d (patch) | |
| tree | c4a0f190fb79e07a02a774f5ffb8ee4e89d24fc1 /src/parse/binops.c | |
| parent | 47d38fb5ac183180edd297830261cedd8afee2d3 (diff) | |
Move suffix rules into their own file
Diffstat (limited to 'src/parse/binops.c')
| -rw-r--r-- | src/parse/binops.c | 8 |
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[] = { |
