From cbdca328495a772716f14b1e95a7ab7d6450cc27 Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Fri, 19 Jun 2026 21:39:16 +0200 Subject: Improve the shit No longer turing complete No longer depends on libc (good thing) Codegen is now unreadable (because i want it to be) Remove a couple of unnecessary includes Output C code to out.c when compiling Why the fuck are you reading this? --- src/parser.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/parser.c') diff --git a/src/parser.c b/src/parser.c index 855b94e..b89f07d 100644 --- a/src/parser.c +++ b/src/parser.c @@ -1,7 +1,4 @@ #include "all.h" -#include "ivec.h" -#include "node_vec.h" -#include #include static inline lex_tok_e peek(parser_t *p) { -- cgit v1.3-7-ge9ab