Arrays without code generation #6

Merged
abdelrahman merged 15 commits from no-codegen-array into main 2025-12-14 01:47:43 +00:00
3 changed files with 6 additions and 2 deletions
Showing only changes of commit 2ccdb4ca74 - Show all commits

View File

@@ -1,3 +1,5 @@
// vim:fileencoding=utf-8:foldmethod=marker
#include "./array.h" #include "./array.h"
#include "../../common/assert/assert.h" #include "../../common/assert/assert.h"
#include "../mem_allocator/mem_allocator.h" #include "../mem_allocator/mem_allocator.h"

View File

@@ -1,3 +1,5 @@
// vim:fileencoding=utf-8:foldmethod=marker
#ifndef ARRAY_H #ifndef ARRAY_H
#define ARRAY_H #define ARRAY_H