forked from KPGPMC/furlang
docs: document arena allocator
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user