add identifier to parser

This commit is contained in:
2025-06-01 02:28:27 +01:00
parent b7e9493171
commit d2518afb8e
20 changed files with 733 additions and 251 deletions

View File

@@ -1,14 +1,10 @@
#ifndef TRANSLATOR_H
#define TRANSLATOR_H
#include <stddef.h>
#include "../dynamic_array/darray.h"
#include <stddef.h>
typedef enum {
OP_INIT_STRING
} OperationType;
typedef enum { OP_INIT_STRING } OperationType;
typedef struct {
size_t registerCount;