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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user