still working through symbol_table to try and get it to compile soon but fixed issues with storing values and calling the right element of a struct

This commit is contained in:
Partho Bhattacharya
2025-03-14 12:04:53 -04:00
parent 392a4b3ba5
commit f0e0d7bdbc
3 changed files with 54 additions and 21 deletions

View File

@ -2,6 +2,8 @@
/* The Translators - Spring 2025 */
#include "runner.h"
extern TableNode* funprime;
extern TableNode* arrayprim;
int main(int argc, char *argv[]) {
if (argc == 1) {