Mon 16 Mar 11:09:06 CET 2026

This commit is contained in:
sbosse 2026-03-16 11:11:42 +01:00
parent 34857654c0
commit 3e5ec62ea2

11
src/utils.c Normal file
View File

@ -0,0 +1,11 @@
#include "config.h"
#include "types.h"
#include "error.h"
#include "tokens.h"
#include "ops.h"
#include "mem.h"
#include "var.h"
#include "stack.h"
#include "reg.h"