From c9bdc5bc684dab3b5d3739b80855be03517d0cd6 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Thu, 6 Feb 2020 11:15:32 -0500 Subject: more work on new ident system; not quite working yet --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 0667549..67c0645 100644 --- a/types.h +++ b/types.h @@ -855,6 +855,7 @@ typedef struct ParsedFile { typedef struct Parser { Tokenizer *tokr; Allocator *allocr; + Identifiers *globals; File *file; Block *block; /* which block are we in? NULL = file scope */ ParsedFile *parsed_file; -- cgit v1.2.3