simplified the architecture

This commit is contained in:
Francesco Cozzuto
2023-01-20 23:31:57 +01:00
parent 411388755f
commit 533cf01920
52 changed files with 241 additions and 257 deletions
+1 -1
View File
@@ -2,10 +2,10 @@
#include <limits.h>
#include <string.h>
#include <assert.h>
#include "../executable.h"
#include "../utils/error.h"
#include "../utils/source.h"
#include "../utils/labellist.h"
#include "../common/executable.h"
typedef struct {
const char *str;