From 2230fadc3fb09bb21745a058f729b03c0515da2f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 19 Oct 2025 23:45:50 -0400 Subject: Remove some unused imports and add missing comments --- src/parse/binops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/parse/binops.c') diff --git a/src/parse/binops.c b/src/parse/binops.c index dd1ac3c2..ad3fff54 100644 --- a/src/parse/binops.c +++ b/src/parse/binops.c @@ -1,5 +1,5 @@ +// Parsing logic for binary operators #include -#include #include "../ast.h" #include "../stdlib/util.h" -- cgit v1.2.3