diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-19 23:45:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-19 23:45:50 -0400 |
| commit | 2230fadc3fb09bb21745a058f729b03c0515da2f (patch) | |
| tree | 9af89dfbc2c49328cf1e4a9acb847974dab4149d /src/parse/binops.c | |
| parent | 42447f4b68235b545cc0e1b91111079c155dc2f8 (diff) | |
Remove some unused imports and add missing comments
Diffstat (limited to 'src/parse/binops.c')
| -rw-r--r-- | src/parse/binops.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <stdbool.h> -#include <string.h> #include "../ast.h" #include "../stdlib/util.h" |
