diff options
| author | Elis Eriksson <spelis@spelis.li> | 2026-06-19 21:39:16 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis@spelis.li> | 2026-06-19 21:39:16 +0200 |
| commit | cbdca328495a772716f14b1e95a7ab7d6450cc27 (patch) | |
| tree | 54b5c37a9a2d1b14e385e047980d7df99a56c331 /src/parser.c | |
| parent | 7ccae1c362a45b28f4fbf96da4f479730e4b382b (diff) | |
| download | bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar.gz bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar.bz2 bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar.lz bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar.xz bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.tar.zst bfc-cbdca328495a772716f14b1e95a7ab7d6450cc27.zip | |
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?
Diffstat (limited to 'src/parser.c')
| -rw-r--r-- | src/parser.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 <stdint.h> #include <stdlib.h> static inline lex_tok_e peek(parser_t *p) { |
