diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-14 17:37:27 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-03-14 17:37:27 +0000 |
commit | af780dc32cbc9d9a40bec1e2ea538e71001c36aa (patch) | |
tree | 6e1386faa63125ba5537e923b933868699df3156 /parse.h |
Diffstat (limited to 'parse.h')
-rw-r--r-- | parse.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -0,0 +1,7 @@ +#include <stdio.h> +#include <stdlib.h> +#include <string.h> + +#include "types.h" + +ast genast(lexobj lexes[4096], int *lexcount); |