From: Michael D. Lowis Date: Mon, 19 Apr 2021 20:33:26 +0000 (-0400) Subject: added global and local symbol list X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=2b69b36b653778391816da71aae76c1b6c1003e3;p=proto%2Fobnc.git added global and local symbol list --- 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;