broken! preliminary work on sema

This commit is contained in:
Lorenzo Torres 2025-12-04 14:42:44 +01:00
parent 006015c607
commit d130124d53
7 changed files with 1983 additions and 10 deletions

View file

@ -3,6 +3,7 @@
#include "lexer.h"
#include "utils.h"
#include <stdbool.h>
struct _ast_node;