From 2b69b36b653778391816da71aae76c1b6c1003e3 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Mon, 19 Apr 2021 16:33:26 -0400 Subject: [PATCH] added global and local symbol list --- cerise/cerise.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cerise/cerise.h b/cerise/cerise.h index 625b5c0..b819f93 100644 --- a/cerise/cerise.h +++ b/cerise/cerise.h @@ -106,6 +106,8 @@ typedef struct { LexFile* done; LexFile* file; Tok tok; + Symbol globals; + Symbol locals; int valstack_idx; Value valstack[1024]; } Parser; -- 2.49.0