docs: document arena allocator

This commit is contained in:
2026-06-02 12:56:58 +02:00
parent 9eb7d0c68f
commit 7ac994511c
2 changed files with 55 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef FURLANG_HPP
#define FURLANG_HPP
#include "furlang/result.hpp" // IWYU pragma: export
/**
* @brief The common furlang library.
*/
namespace furlang {}
#endif // FURLANG_HPP