This commit is contained in:
Spartan322
2024-11-11 09:07:04 -05:00
194 changed files with 3640 additions and 11389 deletions

View File

@@ -134,6 +134,7 @@ private:
struct Define {
Vector<String> arguments;
String body;
bool is_builtin = false;
};
struct Branch {