fix: now compiles and works for simple commands + clang format

This commit is contained in:
matteo 2026-01-17 19:11:55 +01:00
parent 6099bbb9e3
commit 352c122549
23 changed files with 168 additions and 150 deletions

View file

@ -3,8 +3,8 @@
#include <stdbool.h>
#include "utils/lists/lists.h"
#include "utils/ast/ast_base.h"
#include "utils/lists/lists.h"
/**
* Checks if the given AST node is of type AST_VOID.