Merge branch 'execution' into dev

This commit is contained in:
matteo 2026-01-24 17:46:44 +01:00
commit 5ce56702a4
6 changed files with 251 additions and 304 deletions

View file

@ -1,5 +1,5 @@
#define _POSIX_C_SOURCE 12344
#define _POSIX_C_SOURCE 200809L
#include "ast.h"
#include <assert.h>