From 3e66d4b959b8801ea27340ddd7e56ceaea3ebaee Mon Sep 17 00:00:00 2001 From: "Gu://em_" Date: Fri, 9 Jan 2026 16:05:41 +0100 Subject: [PATCH] refactor: moved ast module to utils --- src/{ => utils}/ast/Makefile.am | 0 src/{ => utils}/ast/ast.c | 0 src/{ => utils}/ast/ast.h | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/{ => utils}/ast/Makefile.am (100%) rename src/{ => utils}/ast/ast.c (100%) rename src/{ => utils}/ast/ast.h (100%) diff --git a/src/ast/Makefile.am b/src/utils/ast/Makefile.am similarity index 100% rename from src/ast/Makefile.am rename to src/utils/ast/Makefile.am diff --git a/src/ast/ast.c b/src/utils/ast/ast.c similarity index 100% rename from src/ast/ast.c rename to src/utils/ast/ast.c diff --git a/src/ast/ast.h b/src/utils/ast/ast.h similarity index 100% rename from src/ast/ast.h rename to src/utils/ast/ast.h