- Added More Documentation

- Added some more notes to the planning doc regarding shared libraries
 - Started adding unit tests for the C++ lang library.
This commit is contained in:
2025-06-19 15:16:29 -04:00
parent 909be55ed3
commit 4d8466851c
21 changed files with 400 additions and 176 deletions

View File

@@ -33,8 +33,7 @@
#define FENNEC_CONTAINERS_ARRAY_H
#include <fennec/lang/types.h>
#include <cassert>
#include <fennec/lang/assert.h>
namespace fennec
{