refactor(ast): one file per ast_type -- UNSTABLE (2)

This commit is contained in:
Matteo Flebus 2026-01-14 20:53:57 +01:00
parent eba6d0f762
commit 68d8a1fd13
4 changed files with 62 additions and 53 deletions

1
src/utils/ast/ast_void.c Normal file
View file

@ -0,0 +1 @@
#include "utils/ast/ast_void.h"