Fixed the length of the execution function

This commit is contained in:
Jean 2026-01-24 17:35:06 +01:00
parent da948f58fe
commit 9276e1a8a5
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>