Meta: Add to-dos

This commit is contained in:
Riyyi
2023-03-24 23:40:02 +01:00
parent 6c12b199e8
commit 9271b9fe01
4 changed files with 5 additions and 0 deletions
+2
View File
@@ -42,6 +42,8 @@ class GlobalEnvironment final : public Environment {
public:
GlobalEnvironment()
{
// TODO: Add more native functions
// TODO: Move the functions to their own file
auto add = [](std::span<ASTNode*> nodes) -> ASTNode* {
int64_t result = 0;